Setting permalinks doesn’t work
-
My WP v2.1 is installed at https://asmindo.cartool.info/blog/, blog is also at this direcory. Other settings are as follows:
– create a blank .htaccess at <b>https://asmindo.cartool.info/blog/.htaccess</b>
– CHMOD this .htaccess to 777
– CHMOD /blog/ directory also to 777When trying to setting permalinks, the followings happened:
– Select “Date and name based” and click “Update Permalink Structure”
– It then said “Permalink structure updated.”
– But, nothing happened to the .htaccess file; it remains blank
– Also, no display of recommended .htacess entries
– All articles remain in WP’s default ugly URLs
– When tried the “Custom Structure” option, the text area for it refused me to type any enties into it (doesn’t accept any input into it!)Last attempt was changing the .htaccess with the following entries:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Still, permalinks doesn’t work at all.
Did I do anything wrong?
Do I need a permalink plugin for making it works?
Any suggestions will be higly appreciated.
Thank you.
- The topic ‘Setting permalinks doesn’t work’ is closed to new replies.