From 55b5860246de34d292b0a37e047c37be2fed5b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20=C5=A0ijanec?= Date: Mon, 21 Jan 2019 21:46:39 +0100 Subject: Published .htaccess in case of permission errors Permission errors ON YOUR SIDE. Just put it beside index.php (main program) so the installer won't trigger! --- .htaccess | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..7eb36e1 --- /dev/null +++ b/.htaccess @@ -0,0 +1,5 @@ +# .htaccess bi se moral generirati avtomatsko, če se ne, je tukaj. Daj ga zraven index.php +RewriteEngine on +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule ^(.*)$ /index.php?r=$1 [NC,L,QSA] -- cgit v1.2.3