Files
Iris/.htaccess
2016-10-14 22:42:45 +13:00

5 lines
107 B
ApacheConf
Executable File

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