Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1098743
D91.diff
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
Thu, Aug 14, 4:56 AM
Size
638 B
Mime Type
text/x-diff
Expires
Fri, Aug 15, 4:56 AM (1 h, 32 m)
Engine
blob
Format
Raw Data
Handle
711432
Attached To
D91: INP-1443 - Ignore requests to the missing ".map" files in Mod-Rewrite
D91.diff
View Options
Index: branches/5.2.x/.htaccess
===================================================================
--- branches/5.2.x/.htaccess
+++ branches/5.2.x/.htaccess
@@ -64,8 +64,8 @@
RewriteCond %{REQUEST_FILENAME}/ !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
- RewriteCond %{REQUEST_URI} !\.(gif|jpg|png|bmp|js|css|ico|swf)$ [NC]
+ RewriteCond %{REQUEST_URI} !\.(gif|jpg|png|bmp|js|css|ico|swf|map)$ [NC]
RewriteRule ^(.*) index.php?rewrite=on&_mod_rw_url_=$1 [QSA]
</IfModule>
-RedirectMatch 404 /(\.svn|CVS)(/|$)
\ No newline at end of file
+RedirectMatch 404 /(\.svn|CVS)(/|$)
Event Timeline
Log In to Comment