.htaccess DirectoryIndex exclusions

Discussion in 'WordPress' started by CrazyCarl, Oct 16, 2009.

  1. #1
    im using this

    DirectoryIndex index.html
    Code (markup):
    is there ANY way i can get it to not screw with index.php??

    IE when I type in www.black-glass.com/index.php i want "index.php" to come up instead of index.html
     
    CrazyCarl, Oct 16, 2009 IP
  2. Armaan143

    Armaan143 Well-Known Member

    Messages:
    1,273
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    160
    #2
    try this

    RewriteEngine on
    RewriteBase /
    RewriteRule ^(.*)\.html$ $1.php [L]
    Code (markup):
     
    Armaan143, Oct 17, 2009 IP
  3. dpsubi1

    dpsubi1 Notable Member

    Messages:
    9,318
    Likes Received:
    420
    Best Answers:
    0
    Trophy Points:
    280
    #3
    why do you have both index.php and index.html on same directory ?
     
    dpsubi1, Oct 17, 2009 IP