look234/TGCDT/master/db/kaijudo/.htaccess - Htaccess File

look234/TGCDT/master/db/kaijudo/.htaccess

# Use PHP54 Single php.ini as default
AddHandler application/x-httpd-php54s .php

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ $1.php
DirectoryIndex new_home.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache