I am trying to change wp permalinks as: /%category%/%postname%/ and i update my .htaccess file as: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] RewriteCond %{http_host} ^evernewrecipes.com [nc] RewriteRule ^(.*)$ http://www.evernewrecipes.com/$1 [r=301,nc] </IfModule> but its not working for me... what i am missing I have plesk control panel. and now i select my default permalink. Do i need to update any other file with .htaccess?
Just give 777 permissions to .htaccess file and then change the permalink structure through wp-admin, the file will automatically get updated.
In your ftp programs, go to your root/.htaccess Right click and go to "Change permissions" Give all permissions to make it a 777
thanks guys but now the problem is when i upload .htaccess.txt file after refreashin no file found in httpdocs folder ... why