Post by marciojosebaldo » Tue May 24, 2022 2:30 am

If you is tryng to install friendly URL automatic extension and it didn't works, try in your virtual host of apache2 (etc/apache2/sites_available/000-default.conf on Linux and standart instalation) to include this code after <VirtualHost *:80>:
<Directory /var/www/html>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>

Let it on the top, of course, after <VirtualHost *:80>

This resolved the problem with me. Maybe it is necessary to change in .htaccess the line RewriteEngine off to on:
RewriteEngine on

Reboot apache with:
sudo systemctl restart apache2

Thank you for Digital Ocean for the article How to Rewrite URLs with mod_rewrite for Apache on Ubuntu 20.04

User avatar
New member

Posts

Joined
Fri Dec 10, 2021 7:50 am

Post by rjcalifornia » Tue May 31, 2022 7:23 pm

Does it work with multistore?

Image
A2 Hosting features: Shared Turbo Boost, Managed Warp 1, Unmanaged Hyper 1, and Warp 2 Turbo


Active Member

Posts

Joined
Fri Sep 02, 2011 1:19 pm
Location - Worldwide

Post by marciojosebaldo » Tue May 31, 2022 8:42 pm

I don't know

User avatar
New member

Posts

Joined
Fri Dec 10, 2021 7:50 am
Who is online

Users browsing this forum: No registered users and 24 guests