google2013/myqeecms/master/example.htaccess - Htaccess File

google2013/myqeecms/master/example.htaccess

RewriteEngine On

RewriteRule ^~([a-zA-Z0-9-_]+)~(.*)$ "projects/$1/wwwroot/$2" [L]
RewriteRule ^(?!(?:wwwroot/|index.php|projects/[a-zA-Z0-9-_]+/wwwroot/)).+$ wwwroot/$0 [PT,NS]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule wwwroot/(.*)$ index.php/$1 [PT,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache