Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F799973
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
Fri, Feb 21, 12:08 PM
Size
734 B
Mime Type
text/x-diff
Expires
Sun, Feb 23, 12:08 PM (5 h, 10 m)
Engine
blob
Format
Raw Data
Handle
573254
Attached To
rINP In-Portal
in-portal
View Options
Index: branches/RC/tools/.htaccess
===================================================================
--- branches/RC/tools/.htaccess (revision 11744)
+++ branches/RC/tools/.htaccess (revision 11745)
@@ -1,15 +1,15 @@
-#Options +FollowSymLinks
+##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|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
Event Timeline
Log In to Comment