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.





