Ignore production config file htaccess

This commit is contained in:
Prod-Panel
2026-05-30 09:43:54 +00:00
parent 88f2cd5ea7
commit 09ce444fd0
2 changed files with 1 additions and 10 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
application/config/config.php
application/config/database.php
application/.htaccess
.htaccess
application/cache/*
!application/cache/index.html
-9
View File
@@ -1,9 +0,0 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /accounting_dev
# Redirect requests to index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
</IfModule>