Skip to content

Commit

Permalink
Cloud Sites (and probably other cloud/shared hosting) needs a Rewrite…
Browse files Browse the repository at this point in the history
  • Loading branch information
WraithKenny committed Mar 8, 2012
1 parent aa0396e commit 1ec5818
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,12 @@ FileETag None

# Turning on the rewrite engine is necessary for the following rules and features.
# FollowSymLinks must be enabled for this to work.
# Some servers (cloud hosting) require RewriteBase to be set.

<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
# RewriteBase /
</IfModule>


Expand Down

0 comments on commit 1ec5818

Please sign in to comment.