Guest User

Untitled

a guest
Jul 19th, 2012
909
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Joomla URL Rewrite and .htaccess
  2. example.com/component/k2/item/Example_document.html
  3.  
  4. example.com/year/month/example_document.html
  5.  
  6. example.com/2012/06/example_document.html
  7.  
  8. RewriteEngine On
  9. RewriteRule ^%(TIME_YEAR)?$ component/k2/ [NC,L] # Get rid of component/k2 replace with year
  10. RewriteRule ^%{TIME_MON}?$ item/ [NC,L] # Get rid of item and replace with month*
Advertisement
Add Comment
Please, Sign In to add comment