diff options
author | MaZderMind | 2016-06-20 22:41:47 +0200 |
---|---|---|
committer | MaZderMind | 2016-06-20 22:41:47 +0200 |
commit | 9b8e234c6c9ae545df3788c0603a5dd97ffc62b4 (patch) | |
tree | 448c21748ff9a9db0a2e71b04f1e1355c5447b09 /.htaccess | |
parent | 37554e5112397ee0f3565e3bcece2f4149ccd3df (diff) |
support php internal webserver
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,4 +5,4 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l -RewriteRule (.*) index.php?route=$1 [L] +RewriteRule (.*) index.php?route=$1&htaccess=1 [L] |