Page MenuHomeIn-Portal Phabricator

custom
No OneTemporary

File Metadata

Created
Sun, Jan 5, 9:18 PM
Index: branches/RC/sample.htaccess
===================================================================
--- branches/RC/sample.htaccess (revision 10488)
+++ branches/RC/sample.htaccess (revision 10489)
@@ -1,9 +1,9 @@
#Options +FollowSymLinks
RewriteEngine On
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)
+RewriteCond %{REQUEST_URI} !\.(gif|jpg|png|js|css|ico) [NC]
RewriteRule ^(.*) index.php?rewrite=on&_mod_rw_url_=$1 [QSA]
Property changes on: branches/RC/sample.htaccess
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1
\ No newline at end of property
+1.1.2.1
\ No newline at end of property

Event Timeline