5 lines
107 B
ApacheConf
Executable File
5 lines
107 B
ApacheConf
Executable File
RewriteEngine On
|
|
|
|
RewriteCond %{REQUEST_URI} !/production/ [NC]
|
|
RewriteRule (.*) /production/$1 [NC,L]
|