Trackback/Pingback URLs fail 404
-
Using WordPress 1.0.1
Trackback/Pingback URLs fail with a hard 404 error, which implicates the RewriteRules (or rather the lack thereof) in the .htaccess file, which only contains:
RewriteEngine On
RewriteBase /
RewriteRule ^archives/([0-9]{4})?/?([0-9]{1,2})?/?([0-9]{1,2})?/?([0-9a-z-]+)?/?([0-9]+)?/?$ /index.php?year=$1&monthnum=$2&day=$3&name=$4&page=$5 [QSA]
RewriteRule ^archives/category/?(.*) /index.php?category_name=$1 [QSA]
Can anyone supply the RewriteRules that _should_ be in there so I can get this running?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Trackback/Pingback URLs fail 404’ is closed to new replies.