zaljayo/TestProject/master/kcube/share/.htaccess - Htaccess File

zaljayo/TestProject/master/kcube/share/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
#RewriteCond %{SERVER_PORT} !^80$
RewriteCond $1 !^(index.php|images|captcha|data|include|uploads|robots.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /share/index.php/$1 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, SERVER_PORT

Comments

Apache