Advertisement
simbha

apache mod_rewite

Nov 4th, 2013
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteBase /
  3. RewriteRule ^wp-content/uploads/(.*)$ /media/$1 [L,NC,R]
  4. RewriteRule ^index\.php$ - [L]
  5. RewriteCond %{REQUEST_FILENAME} !-f
  6. RewriteCond %{REQUEST_FILENAME} !-d
  7. RewriteRule . /index.php [L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement