why is my cpanel lately always changing/creating .htaccess files?
it makes my program can't work please tell me how to fix it
.htaccess
Order allow,deny
Deny from all
Order allow,deny
Allow from all
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Please sign in to leave a comment.
Comments
0 comments