Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1025508
D91.id225.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, Jun 12, 7:23 PM
Size
593 B
Mime Type
text/x-diff
Expires
Fri, Jun 13, 7:23 PM (4 m, 2 s)
Engine
blob
Format
Raw Data
Handle
661269
Attached To
D91: INP-1443 - Ignore requests to the missing ".map" files in Mod-Rewrite
D91.id225.diff
View Options
Index: .htaccess
===================================================================
--- .htaccess
+++ .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