Enabling Permalinks For Wordpress
There are a number of good pages which explain how to enable permalinks and rewrite rules for Wordpress, such as:
http://codex.wordpress.org/Using_Permalinks
and
http://faq.wordpress.net/view.php?p=20
None of them mentioned my problem – the main apache conf for the website had the setting AllowOverride None.
Hence my .htaccess wasn’t being honoured, hence my redirects weren’t working (and resulted in 404’s). Hence i ripped a clump of my hair out.
gah. hopefully someone stumbles across this and doesn’t waste as much time as i did.
Related posts:
- Enabling Colours In Git’s Console Output Mainly to serve as a reminder for myself: To enable...
- Instant Twitter Bookmark Tonight’s been a busy night for silly coding This first...
- Formatting code in my blog posts In case i forget or lose the details on how...
- Test your changes Make sure you test your changes. end to end....
- Navigating between braces in VS.NET Stumbled across a VS.NET power tweak <ctrl> + ] ...