The codex says this (http://codex.wordpress.org/Using_Permalinks):
2. Edit your .htaccess file and add the following and save the file:
RewriteRule ^post/([0-9]+)?/?([0-9]+)?/?$ /index.php?p=$1&page=$2 [QSA]"
Where in .htaccess do you place this?
The codex says this (http://codex.wordpress.org/Using_Permalinks):
2. Edit your .htaccess file and add the following and save the file:
RewriteRule ^post/([0-9]+)?/?([0-9]+)?/?$ /index.php?p=$1&page=$2 [QSA]"
Where in .htaccess do you place this?
This topic has been closed to new replies.