SiteWriter/webroot.htaccess

10 lines
220 B
Plaintext
Raw Normal View History

2018-04-30 14:09:00 -06:00
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d [OR]
RewriteCond %{REQUEST_URI} ^/$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule (.*) /sitewriter/public/$1 [L]