1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Need help with .htaccess please

Discussion in 'Apache' started by WeX09, Nov 3, 2012.

  1. #1
    RewriteEngine On
    RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
    RewriteRule ^index\.php$ http://www.example.com/$1 [R=301,L]

    The above code works when I want redirect this URL:
    http://www.example.com/index.php to this URL http://www.example.com/

    How can I do the following redirect?

    This two URLs
    http://www.example.com/folder1/index.php
    http://www.example.com/folder1/index.php/

    to this URL
    http://www.example.com/folder1/

    I have a lot of folders, I something short and efficient.

    Thank you for your help.
     
    WeX09, Nov 3, 2012 IP