N
N
N7EIght2019-06-29 09:34:52
open server
N7EIght, 2019-06-29 09:34:52

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]

it does not work, tell me what to do?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitsliputsli, 2019-06-29
@N7EIght

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 question

Ask a Question

731 491 924 answers to any question