Forum Moderators: phranque

Message Too Old, No Replies

/folder/index.php to /folder/ in .htaccess

Need some help for /folder/index.php to /folder/ in .htaccess

         

Markoi

4:48 pm on May 8, 2007 (gmt 0)

10+ Year Member



This is my .htacces now

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^erotiki.nl [NC]
RewriteRule ^(.*)$ [domain.com...] [L,R=301]

But i also want www.domain.com/folder1/index.php to be like www.domain.com/folder1/ and www.domain.com/folder2/index.php to be like www.domain.com/folder2/ etc.

Could someone please help?

Thnx

jd01

8:52 pm on May 8, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Yes...

Try searching for 'rewrite index to root directory site:webmasterworld.com' (without the quotes) in your favorite search engine and you should get something right along the lines of what you are looking for. (Either forum92 OR apache in the URL is this section of WebmasterWorld, specifically.)

Justin