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?
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