Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Sat, Jun 21, 3:08 AM

in-portal

Index: branches/RC/tools/.htaccess
===================================================================
--- branches/RC/tools/.htaccess (revision 11313)
+++ branches/RC/tools/.htaccess (revision 11314)
@@ -1,15 +1,15 @@
#Options +FollowSymLinks
RewriteEngine On
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/ !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
-RewriteCond %{REQUEST_URI} !\.(gif|jpg|png|js|css|ico)$ [NC]
+RewriteCond %{REQUEST_URI} !\.(gif|jpg|png|js|css|ico|swf)$ [NC]
RewriteRule ^(.*) index.php?rewrite=on&_mod_rw_url_=$1 [QSA]
<Files ~ "\.(tpl|tpl.xml|inc.php|sql|lang|txt)$">
order allow,deny
deny from all
</Files>
\ No newline at end of file
Property changes on: branches/RC/tools/.htaccess
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.2.2.7
\ No newline at end of property
+1.2.2.8
\ No newline at end of property

Event Timeline