I have successfully implemented the whole rewrite engine thing in an htaccess file in order to remove “index.php” from the URLs. Seems to work like a charm but I can’t figure out one thing:
(Note: in my setup, “index.php” is actually “main”)
The one place the “index.php” STILL shows up in a URL is when I use {auto_path} to paginate archives.
This is the URL generated to go to the second page of archives:
http://www.mysite.com/meetings/archive/main/P32/
So, not only is index.php (main) showing up but it’s in a funky position in the URL.
The only other place I can recall using the {auto_path} varable is in the search results template and I checked that…the URLs generated by it are perfect.
The whole site is functioning correctly except for this one thing so it would seem to me that for once, I didn’t screw this up. Or did I? In any case, any idea how to correct this?
