Advertisement
Guest User

Untitled

a guest
Feb 18th, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. # BEGIN WordPress
  2.  
  3. <IfModule mod_rewrite.c>
  4. RewriteEngine On
  5. RewriteBase /
  6.  
  7. RewriteRule ^favorite-quotes/(.*) /index.php?user=$1&p=1232892 [NC,L]
  8.  
  9.  
  10. RewriteRule ^index\.php$ - [L]
  11.  
  12. RewriteCond %{REQUEST_FILENAME} !-f
  13. RewriteCond %{REQUEST_FILENAME} !-d
  14.  
  15. RewriteRule . /index.php [L]
  16.  
  17.  
  18. </IfModule>
  19.  
  20. # END WordPress
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement