Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1069895
in-portal
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Jul 20, 9:06 AM
Size
1002 B
Mime Type
text/x-diff
Expires
Tue, Jul 22, 9:06 AM (2 h, 30 m)
Engine
blob
Format
Raw Data
Handle
692783
Attached To
rINP In-Portal
in-portal
View Options
Index: branches/RC/tools/.htaccess
===================================================================
--- branches/RC/tools/.htaccess (revision 11292)
+++ branches/RC/tools/.htaccess (revision 11293)
@@ -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)$ [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.6
\ No newline at end of property
+1.2.2.7
\ No newline at end of property
Event Timeline
Log In to Comment