dragon_fire/.htaccess

10 lines
161 B
ApacheConf
Raw Normal View History

DirectoryIndex index.php
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^/www.*
RewriteCond %{REQUEST_URI} !^www.*
RewriteRule (.*) /www/$0 [END]