echilon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Internal 404 for home pageIn
Settings-PermalinksselectCustom Structureand enter/%postname%/. In your web.config, use this as your rewrite section:<rewrite> <rules> <rule name="wordpress"> <match url="^/(.*)$" /> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> </conditions> <action type="Rewrite" url="index.php" /> </rule> <rule name="wordpress2"> <match url="(?!index\.php|wp-|xmlrpc)(.*)" /> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> </conditions> <action type="Rewrite" url="index.php/{R:0}" /> </rule> </rules> </rewrite>Forum: Themes and Templates
In reply to: Page title from $_GET variablesThanks. Works perfectly. 🙂
Forum: Fixing WordPress
In reply to: Month view broken – intermittentProblem sorted, it was caused by old permalinks in the ‘guid’ column of the database. I had to manually update every entry, but it works now. Thanks anyway.
Forum: Fixing WordPress
In reply to: Month view broken – intermittentAnybody?
Forum: Fixing WordPress
In reply to: Month view broken – intermittentPlease could I get some help with this, I’ve tried everything I can think of.
Forum: Fixing WordPress
In reply to: Month view broken – intermittentI really need a way to fix this now, my site has been down for nearly two days.
Forum: Fixing WordPress
In reply to: Month view broken – intermittentStill having this problem.
Forum: Fixing WordPress
In reply to: Month view broken – intermittentSorry to bump this, but I really need a solution. My blog doesn’t work at the moment.
Forum: Fixing WordPress
In reply to: Month view broken – intermittentSince I’ve started trying to fix this, it now appears to be happening on certain posts aswell. I’ve tried updating my permalink structure, but I’d really like to fix this ASAP.