Guest User

Untitled

a guest
Apr 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <DirectoryMatch "^/www/(.+/)?[0-9]{3}">
  2. RewriteEngine on
  3. RewriteBase /"^/www/(.+/)?[0-9]{3}"
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5. RewriteCond %{REQUEST_FILENAME} !-d
  6. RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
  7. </DirectoryMatch>
Add Comment
Please, Sign In to add comment