Skip to content

Commit

Permalink
Fixed .htaccess so it doesn't automatically rewrite ajax requests and
Browse files Browse the repository at this point in the history
  image requests to http://maps.zelda.com.br
  • Loading branch information
ProxEndreeper committed Feb 16, 2017
1 parent 073772e commit 231e09f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
RewriteEngine on
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
# For Development Purposes
RewriteRule ^images/(.*)$ http://maps.zelda.com.br/v2/images/$1 [P,L]
RewriteRule ^ajax/(.*)$ http://maps.zelda.com.br/v2/ajax/$1 [P,L]
#RewriteRule ^images/(.*)$ http://maps.zelda.com.br/v2/images/$1 [P,L]
#RewriteRule ^ajax/(.*)$ http://maps.zelda.com.br/v2/ajax/$1 [P,L]

<Files ".env">
Require all denied
Expand Down

0 comments on commit 231e09f

Please sign in to comment.