I have installed the base version for my CRW on my local server instead of always doing all updates on the web. The strange thing that happened after the local install and perdorming all update is that permalinks just did not want to work Turns out that the Xampp server I’m using by default hasAllowOverride disabled:
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
</Directory>
This can be found on yout Linux machine at /opt/lampp/etc/http.conf file
All you need to do to fix it is to change to: AllowOverride all
restart your xampp server and all should be cool.
Looking for resources to improve your web presence then hit this.
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.