permalink problem
-
I have just installed a new wordpress site and installed just the WPG2 plugin for Gallery2.
I just enabled permalinks and while the URL’s properly rewrite it doesnt take you to proper page/category
below are the rules.
the url does rewrite, it just doesnt land on the proper page. I have checked the permalink in the page and its correct.
site : http://www.backpackingadventure.net
php_value zend.ze1_compatibility_mode 0
Options +FollowSymlinks# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
The topic ‘permalink problem’ is closed to new replies.