PERMALINK Problem on WordPress 2.0
-
Hi,
I’ve installed WordPress 2.0 from the scratch on my server (https://www.cyon.org.uk/). It seems to be working everything fine except the permalinks.
I’ve gone through lots of things based on this list, but unfortunately it did not work for me.
Here is my situation.
1. I’m using WordPress 2.0 with PHP5 and Apache2. (I know I have mod_rewrite module in my PHP installation.)
2. I have the .htaccess file with 644 permission setting, and it reads as follows.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule># END WordPress
3. I can make and get an access the permalinks something like “https://www.cyon.org.uk/index.php/archives/52”.
My question is that how do I remove ‘index.php’ in my permalinks? I tried to set the permalink at the ‘Site Admin’ page by typing “/archives/%post_id%” in custom field, but it never worked.
It would be appreciated if someone could direct me to the right path.
Thanks,
- The topic ‘PERMALINK Problem on WordPress 2.0’ is closed to new replies.