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.
Related posts:
- How to move a WordPress blog to a new domain in 5 steps Please see my newer post for this here please Please...
- Why use Wordpress instead of Joomla for your Internet marketing website? Technically speaking Joomla is a website Content Management System (CMS)...
- How To include audio into your content Getting audio to play directly from your post or page...
- WordPress Contact and custom forms One important issue of any website is that people can...
- Warning: Is your WordPress Blog being indexed by Google? I can not believe what I discovered today. This reminds...
Related posts brought to you by Yet Another Related Posts Plugin.