Alivop/LinePHP/master/.htaccess - Htaccess File

Alivop/LinePHP/master/.htaccess

Options -Indexes
<FilesMatch .(lpc|lang)$>
Order allow,deny
Deny from all
</FilesMatch>

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule (application|lib)/ - [F,L]
RewriteRule ^([a-zA-Z]{1}[w]*/){0,3}[dw:-]*((.php)|(.lpc)|(.lang))?$ index.php [L,NE]
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache