osalabs/osafw-php/master/www/.htaccess - Htaccess File

osalabs/osafw-php/master/www/.htaccess

RewriteEngine On
RewriteBase /

#RewriteRule ^css/site_d+.css /css/site.css [L]
#RewriteRule ^js/site_d+.js /js/site.js [L]

RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [L,QSA]
#RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache