Forum Moderators: phranque

Message Too Old, No Replies

Remove Index.php in Subfolder

         

popgroove

12:51 am on Jan 19, 2007 (gmt 0)

10+ Year Member



I have this URL

site.com/folder/index.php?whatpage=the_page-22.html

I would like to rewrite it to

site.com/folder/the_page-22.html

I tried the following (and 789 other versions) in the root directory but no luck:

RewriteRule ^folder/?([a-zA-Z0-9_/-/.]*html)?$ /folder/index.php?whatpage=$1

my experience with htaccess is minimal, any help would be greatly appreciated.

thanks

jdMorgan

2:59 am on Jan 20, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It looks like you've got the cart before the horse... A common problem.

This thread [webmasterworld.com] from our library might be a good place to start.

Jim