russ/jacks-php/master/public/.htaccess - Htaccess File

russ/jacks-php/master/public/.htaccess

Options +FollowSymLinks +ExecCGI

RewriteEngine On

RewriteRule ^$ index.html [QSA]
RewriteRule ^([^.]+)$ $1.html [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ dispatch.php [QSA,L]

ErrorDocument 500 "<h1>Application error</h1><p>Failed to start properly.</p>"

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache