Saturday 02 April 2005 2:12:46 pm
Hi all, I am sure someone must have done this before, but I can't seem to find the answer on the forums. Anyway, I have just finished a site using ezpublish 3.5.1 which uses nvh mode. However, I would like to be able to have nice looking urls such as domain.com/design/article rather than the nvh mode domain.com/index.php?/design/article I know that you can get rid of needing the ? in the url by using
RewriteEngine On
RewriteRule !\.(gif|jpe?g|png|css|js|html)$ index.php?/$1
RewriteRule index.php/(.*) index.php?/$1
which workd great. However, the internal links within ezpublish still link to pages using the /index.php?/ format, so all point to module not found. How can I change the internal ezpublish links in one go? Also, getting rid of the whole index.php as well would be nice, but I think I can work that out myslef from other posts on the forums. Thanks in advance, Tim
http://www.AdBalance.com - Ad network news and reviews
http://www.DevPublisher.com - Website publisher guides, tools and news
http://www.AudioMelody.com - Make better music
|