Sunday 30 March 2003 1:02:20 pm
I was curious, is there any way to get your urls to look like site.com/user/ (rather then site.com/index.php/user/) without access to httpd.conf. Perhaps there is some way with .htaccess or the like? Another idea I had, if the above method can't be achieved without the httpd.conf, is to rename 'index.php' to just 'index'. And then use a forcetype in .htaccess to make Apache parse it as a php file. While this way is still not so pretty, it shoudn't arouse promlems with search engines not indexing pages (if they think the url is malformed), which may happen with just 'site.com/index.php/user/' style URIs. It would be great to hear some opinions on this. Any help would be greatly appreciated.
Sincerely, Oleg
|