DsgnDvlp/personalWebsite/master/.htaccess - Htaccess File

DsgnDvlp/personalWebsite/master/.htaccess

DirectoryIndex routing.php
IndexIgnore */*

Options +FollowSymlinks
RewriteEngine On

# Explicitly disable rewriting for front controllers
RewriteRule ^routing.php - [L]

RewriteCond %{REQUEST_FILENAME} !-f

# Change below before deploying to production
RewriteRule . routing.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache