BillyBlaze/Portfolio/master/dist/.htaccess - Htaccess File

BillyBlaze/Portfolio/master/dist/.htaccess

RewriteEngine On
RewriteBase /portfolio/dist/

# The Friendly URLs part
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^project/ct.json$ json/ct.json [L,QSA]
RewriteRule ^project/ddgc.json$ json/ddgc.json [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.html?q=$1 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache