From db8b6b25202efb2011d15afc28d748177b2bc819 Mon Sep 17 00:00:00 2001 From: msquare Date: Sat, 16 Sep 2017 17:14:45 +0200 Subject: change shift renderer global add user link --- public/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public') diff --git a/public/.htaccess b/public/.htaccess index 60c6685d..51e78c35 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,6 +1,6 @@ RewriteEngine on - RewriteBase / + # RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f -- cgit v1.2.3-54-g00ecf From e1d44e60e35d126dbd05aefa5f897fad16fbfceb Mon Sep 17 00:00:00 2001 From: msquare Date: Sun, 17 Sep 2017 10:47:30 +0200 Subject: remove rewrite base from htaccess --- public/.htaccess | 1 - 1 file changed, 1 deletion(-) (limited to 'public') diff --git a/public/.htaccess b/public/.htaccess index 51e78c35..c9d40187 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,6 +1,5 @@ RewriteEngine on - # RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f -- cgit v1.2.3-54-g00ecf