mccico/hopeForSickAndPoor/master/.htaccess - Htaccess File

mccico/hopeForSickAndPoor/master/.htaccess

#RewriteEngine On
#RewriteBase /
#RewriteCond %{THE_REQUEST} ^(GET|HEAD) /www/
#RewriteRule ^(.*)$ /$1 [L,R=301]

RewriteEngine on
RewriteBase /

# page redirect
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*) web/$1 [L]

On Github License

Files

Download PDF of Htaccess file
GET, REQUEST_FILENAME, THE_REQUEST

Comments

Apache