1
0

.htaccess 98 B

123
  1. RewriteEngine on
  2. RewriteCond %{REQUEST_URI} !^/Tent/pages/
  3. RewriteRule ^(.*)$ /Tent/pages/$1 [L]