Guest User

Untitled

a guest
Jul 16th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. RewriteEngine on
  2.  
  3. RewriteRule ^/my-work$ /work [L,R=301]
  4. RewriteRule ^/notebook$ /blog [L,R=301]
  5. RewriteRule ^/about$ /page/about [L,R=301]
  6. RewriteRule ^/contact$ /page/contact [L,R=301]
  7.  
  8. RewriteCond $1 !^(images|system|themes|favicon\.ico|robots\.txt|index\.php|sitemap.xml) [NC]
  9. RewriteRule ^(.*)$ /index.php/$1 [L]
Add Comment
Please, Sign In to add comment