MOD_REWRITE_Obstructing the installation of ossn

Alex Reklaw Posted in Technical Support 3 years ago

I have the mod rewrite required issue. I asked my hosting provider and they said that it is enabled and the rewriteengine on command is in the .htaccess file. But still I am having the issue and tried a quick google search but I got no help. Please help me with this issue.

Replies
np Alex Reklaw Replied 3 years ago

Sorry I didnot reply, Iam trying to get a new domain so I am waiting for it to arrive. And will try with that domain.
Thank you.

German Michael Zülsdorff Replied 3 years ago

Alex,
we're waiting on your feedback.

us Juan mart Replied 3 years ago

I fix like this nano /etc/apache2/sites-available/000-default.conf

code:

<VirtualHost *:80>
<Directory /var/www/html/ossn>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>

</VirtualHost>