thaian2009/php/master/.htaccess - Htaccess File

thaian2009/php/master/.htaccess

RewriteEngine on
RewriteCond %{HTTP_HOST} ^kentz-kentz.rhcloud.com$ [NC,OR]
RewriteCond %{REQUEST_URI} !web/
RewriteRule (.*) /web/$1 [L]

RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.kentz-kentz.rhcloud.com$ [NC,OR]
RewriteCond %{REQUEST_URI} !web/
RewriteRule (.*) /web/$1 [L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_URI

Comments

Apache