centaurustech/crowdfunding-teens/master/.htaccess - Htaccess File

centaurustech/crowdfunding-teens/master/.htaccess

RewriteEngine On
RewriteBase /projects/crowdfunding-teens/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index.php|images|assets|robots.txt)
RewriteRule ^(.*)$ /projects/crowdfunding-teens/index.php?/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache