asd

by Anon on February 24th, 2012
No notes
Syntax: No syntax
Show lines - Hide lines - Show in textbox - Download
  1. ########## Begin - Joomla! core SEF Section
  2. #
  3. RewriteCond %{REQUEST_FILENAME} !-f
  4. RewriteCond %{REQUEST_FILENAME} !-d
  5. RewriteCond %{REQUEST_URI} !^/index.php
  6. RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
  7. RewriteRule (.*) index.php
  8. RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
  9.  
  10. #
  11. ########## End - Joomla! core SEF Section
  12.  

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS