steflef/lmtl-alpha/master/www/collab_api/.htaccess - Htaccess File

steflef/lmtl-alpha/master/www/collab_api/.htaccess

RewriteEngine On

# Localhost
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]

# Server Subdomain
#RewriteBase /

#RewriteCond %{HTTP_HOST} !^lmtl.steflef.com.*
#RewriteRule ^/?(.*)$ http://lmtl.steflef.com/$1 [R,L]

#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule ^(.*)$ index.php [QSA,L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache