Guest User

Untitled

a guest
Mar 17th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteBase /test
  3.  
  4. RewriteRule ^articles/(\d+)-(.*)$ test.php?artid=$1&artn=$2 [L]
  5. RewriteRule ^articles test.php?view=all [L]
  6.  
  7. RewriteCond %{REQUEST_FILENAME} !-f
  8. RewriteCond %{REQUEST_FILENAME} !-d
  9. RewriteRule ^(.*)$ test.php?path=$1 [L]
Add Comment
Please, Sign In to add comment