Wordpress Tips

Dec 1st, 2008 Posted in Wordpress | no comment »

1) Use WordPress Custom Permalink Structure
/%category%/%postname%/

2) Good Sites

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.