Strange problem with mod_rewrite permalink option
-
I am trying to use the mod_rewrite permalink mechanism at Carthik.Net.
I have used
/archives/%year%/%monthnum%/%day%/%postname%/
and accordingly I added the following to my .htaccess
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]
Now the strange problem is that, when I now click on a particular entry to go to the individual entry page, I see that the “entry” is right at the top of the page, and the page header and the post title are missing!!!
For example : Check this individual entry out.
Any help would help ??
- The topic ‘Strange problem with mod_rewrite permalink option’ is closed to new replies.