Bad trackback link. mod_rewrite problem ?
-
Hello,
I am getting bad trackback URL information in my posts . For example, when my post is at:https://www.fabianrodriguez.com/wp/archives/2004/02/24/pmachine-20-import-to-wordpress
… the trackback info says:
The URI to TrackBack this entry is: https://www.fabianrodriguez.com/wp/wp-trackback.php/159
If I try going to that link I get the following error:
No input file specified.
I am using the following permalink structure:
/archives/%year%/%monthnum%/%day%/%postname%/
and mod_rewrite rules (as generated by WP):
RewriteEngine On
RewriteBase /wp/
RewriteRule ^archives/([0-9]{4})?/?([0-9]{1,2})?/?([0-9]{1,2})?/?([0-9a-z-]+)?/?([0-9]+)?/?$ /wp/index.php?year=$1&monthnum=$2&day=$3&name=$4&page=$5 [QSA]
RewriteRule ^archives/category/?(.*) /wp/index.php?category_name=$1 [QSA]I’ve noticed other sites using the exact same (default) rules without problem, like Alex King’s.
Thanks for any hints on this.
- The topic ‘Bad trackback link. mod_rewrite problem ?’ is closed to new replies.