Hello,
I have been chasing around for answers on forums and I have not gotten the right fix from htaccess file, apache2.conf.
I recently installed version 3.8.7 and imported content from a site running version 1.6.3.
I am planning on testing it with the new JA-Lawfirm accessible template, but until I can't solve this SEF/alias issue, I won't start customizing the template.
Server info installed on Oracle Virtual box:
LAMP server:
Linux lamp 3.16.0-6-amd64 #1 SMP Debian 3.16.56-1+deb8u1 (2018-05-08) x86_64;
Apache: 2.4
MySQL: 5.5.6
PHP: 5.6.33
Joomla: Joomla! 3.8.7 Stable
SEF, and SEF-rewrite = Yes
If I turn off SEF, the links which uses the full path with article id and item id, work. Once I have SEF on, all the aliases just give me this message:
Not Found
The requested URL /about-us was not found on this server.
I have rebuilt the menu a few times, nothing changed.
On the apache2.conf file, I changed "None" to "All" to the following entries:
<Directory />
Options FollowSymLinks
AllowOverride All
Require all denied
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
Didn't make any difference.
Can someone point me in the right direction on where else to check? I have been working on this for about a week and a half now and couldn't make the SEFs to work.
Unfortunately, I can't post the URL as it is on my local virtual server.
Thanks.