wuifdesign/eveminingtimer/master/public_html/.htaccess - Htaccess File

wuifdesign/eveminingtimer/master/public_html/.htaccess

#AuthName "RESTRICTED ACCESS"
#AuthType Basic
#AuthUserFile /etc/htpasswd
#require valid-user

RewriteBase /

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} /static/
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, static

Comments

Apache