Skip to content

Commit 4eff373

Browse files
authored
Merge pull request #5 from fbrinker/install-htaccess-fix
Updates Apache .htaccess Template
2 parents 9509360 + a7526bd commit 4eff373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Contents/docs/icehawk/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ So you should configure your webserver to pass all requests to that script. Here
133133

134134
```apache
135135
RewriteEngine On
136-
RewriteCond %{REQUEST_FILENAME} -d
137-
RewriteCond %{REQUEST_FILENAME} -f
136+
RewriteCond %{REQUEST_FILENAME} !-d
137+
RewriteCond %{REQUEST_FILENAME} !-f
138138
RewriteRule .* /index.php [L,QSA]
139139
```
140140
_— Apache (.htaccess)_

0 commit comments

Comments
 (0)