claw68/alchemy/master/.htaccess - Htaccess File

claw68/alchemy/master/.htaccess

RewriteEngine on

#if the url contains PIE.php redirect to the folder containing PIE.php
RewriteCond %{REQUEST_URI} PIE.php$
RewriteRule ^.*$ includes/js/pie/PIE.php [NC,L]

RewriteCond $1 !^(index.php|robots.txt|includes|captcha|favicon.png)

RewriteRule ^(.*)$ index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache