Answer the question
In order to leave comments, you need to log in
How to enable .htaccess in openserver?
I wanted to enable .htaccess in openserver, I looked on the Internet how to do it, but it still doesn’t work, here is the .htaccess code:
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^(.*)$ ./panel.php?link=$1 [QSA,L]
Answer the question
In order to leave comments, you need to log in
Check that AllowOverride All is enabled in the host settings, and the rewrite module is enabled on the server.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question