From 638eff21050b14a9947f020beffaea8227978dfd Mon Sep 17 00:00:00 2001 From: "Za3k.com" Date: Thu, 8 Oct 2015 05:00:41 +0000 Subject: [PATCH] Correct htaccess --- .htaccess | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.htaccess b/.htaccess index 80bf728..13f39a8 100644 --- a/.htaccess +++ b/.htaccess @@ -1,12 +1,3 @@ - -RewriteEngine On -RewriteBase / -RewriteRule ^index\.php$ - [L] -RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule . /index.php [L] - - Action markdown /cgi-bin/markdown/Markdown.cgi AddHandler markdown .md -- 2.47.3