htaccess error
-
I have a server where debian 9 is running. My .htaccess file is at the path /var/www/vhosts/mydomain.com/httpdocs/
But, unfortunately it is not running.
I have changed /etc/apache2/apache2.conf in the config file in the path /var/www/vhosts/mydomain.com/httpdocs/ and wrote the following:
<Directory /var/www/vhosts/mydomain.com/httpdocs/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
of course I have also restarted but it still doesn’t work
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘htaccess error’ is closed to new replies.