From 9b8e234c6c9ae545df3788c0603a5dd97ffc62b4 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Mon, 20 Jun 2016 22:41:47 +0200 Subject: support php internal webserver --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 431bbb1..85a4c06 100644 --- a/.htaccess +++ b/.htaccess @@ -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] -- cgit v1.2.3