Ignoring public_html with no slashes seems to work

This commit is contained in:
James Barnsley
2016-10-22 19:13:54 +13:00
parent fa3ee198c9
commit 9f2490fd17
2 changed files with 1 additions and 5 deletions

View File

@ -1,4 +0,0 @@
RewriteEngine On
RewriteCond %{REQUEST_URI} !/production/ [NC]
RewriteRule (.*) /production/$1 [NC,L]