Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Saturday, April 20, 2024

Diff for Metafox/.htaccess between version 1.2 and 1.3

version 1.2, 2013/09/02 12:46:38 version 1.3, 2014/01/09 10:52:11
Line 20  RewriteEngine on
Line 20  RewriteEngine on
 RewriteRule (^rss2.xml$) ?ezin_template_key=rss2 [L]  RewriteRule (^rss2.xml$) ?ezin_template_key=rss2 [L]
 RewriteRule (^sitemap.xml$) ?ezin_template_key=sitemap [L]  RewriteRule (^sitemap.xml$) ?ezin_template_key=sitemap [L]
 RewriteRule (^(admin|libpub|themes|upload)/.*) $1 [L]  RewriteRule (^(admin|libpub|themes|upload)/.*) $1 [L]
   
   RewriteRule (^[a-zA-Z]*\.php.*) rewrite.php?link=$1&%{QUERY_STRING} [L]
   
   # If the request is for a valid directory
   RewriteCond %{REQUEST_FILENAME} -d [OR]
   # If the request is for a valid file
   RewriteCond %{REQUEST_FILENAME} -f [OR]
   # If the request is for a valid link
   RewriteCond %{REQUEST_FILENAME} -l
   ## don't do anything
   RewriteRule ^ - [L]
   
 RewriteRule (.*) rewrite.php?link=$1&%{QUERY_STRING}  RewriteRule (.*) rewrite.php?link=$1&%{QUERY_STRING}

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top