rickyspires/training-and-code-examples/master/pages/php/.htaccess - Htaccess File

rickyspires/training-and-code-examples/master/pages/php/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR] 
RewriteCond %{REQUEST_FILENAME} -l [OR] 
RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^.*$ - [NC,L]
#RewriteRule ^.*$ tr-php10.php [NC,L]
RewriteRule ^.*$ tr-php11.php [NC,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache