jbeee/xparallaxjs/master/.htaccess - Htaccess File

jbeee/xparallaxjs/master/.htaccess

ErrorDocument 401 default
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . demos/xparallax/index.html [L]

ErrorDocument 404 default
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . demos/xparallax/index.html [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache