anst/andy-portfolio/master/.htaccess - Htaccess File

anst/andy-portfolio/master/.htaccess

# Turn on URL rewriting engine
RewriteEngine On

# Disable rewriting for existing files or directories
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# Redirect all other requests to index.php
RewriteRule ^.*$ index.php [PT,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache