ForceType question

Discussion in 'Apache' started by Crux, Apr 1, 2008.

  1. #1
    hi

    I want to make all "index" to "index.php" as php format

    <FilesMatch "^[^.]+$">
    ForceType application/x-httpd-php
    </FilesMatch>
    DirectoryIndex index.html index ver index.php
    Code (markup):
    The above .htaccess is not working.

    Any ideas?
     
    Crux, Apr 1, 2008 IP
  2. Crux

    Crux Well-Known Member

    Messages:
    704
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    130
    #2
    I forgot to say, I have a full page already done, and this problem came only when i moved to another server.

    I would not like to change all file extensions and search in the code for all replacements.

    I would really like to directory index be "index" instead "index.php"

    BR
     
    Crux, Apr 1, 2008 IP