Guest User

Untitled

a guest
Nov 17th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. RewriteEngine On
  2. Options +FollowSymlinks
  3. AddType application/x-httpd-php .dop
  4. RewriteRule ^/t/(.*)$ /table?table=$1 [L,QSA]
  5. RewriteCond %{REQUEST_FILENAME} !-f
  6. RewriteRule ^([^.]+)$ $1.dop [NC,L]
  7. RewriteCond %{THE_REQUEST} "^[^ ]* .*?.dop[? ].*$" [NC]
  8. RewriteRule .* - [L,R=404]
  9. ErrorDocument 404 /404
Add Comment
Please, Sign In to add comment