Wordpress Tips
1) Use WordPress Custom Permalink Structure
/%category%/%postname%/
2) Good Sites
- http://www.wordpressmax.com
- http://www.tamba2.org.uk/wordpress/ – Wordpress tutorials
3) WordPress Permalinks Does Not Work in xampp Setup
- edit the httpd.conf that locates in C:\Program Files\xampp\apache\conf directory (folder).
Remove the hash sign (#) from the line.
#LoadModule rewrite_module modules/mod_rewrite.so - Restart the Apache. Permalinks is working after restart.
Leave a reply
You must be logged in to post a comment.