ryandang/my-website/master/.htaccess - Htaccess File

ryandang/my-website/master/.htaccess

RewriteEngine on
RewriteBase /
#DirectoryIndex livesite2/decode.php index.php
ErrorDocument 404 /error
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*)$ livesite2/decode.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache