Advertisement
Guest User

Untitled

a guest
Nov 15th, 2014
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rexx 0.32 KB | None | 0 0
  1. Options +FollowSymLinks
  2. RewriteEngine on
  3. RewriteRule ^([^+]*)\+(.*) $1\-$2 [N]
  4. RewriteRule ^search/(.*)\.php search.php?pro_query=$1
  5. RewriteRule ^search/(.*)\.php$ /scripts/search.php?pro_query=$1
  6. RewriteCond %{QUERY_STRING} ^pro_query=([0-9,a-z,.*,%25,%2B,%+]+)$
  7. RewriteRule ^scripts/search\.php /search/%1.php? [R=301,NC,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement