Thursday, August 30, 2012

Solve Permalink Problems of Wordpress 3.4.1

How to solve:

1) First Deactivate all plugins.

2) Then Upload this .htaccess file to your public_html folder

Code:

# BEGIN WordPress

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

3. Activate Permalink from Settings-->Permalinks--> Common Settings

Post name   https://footyfundraisers.com.au/sample-post/ 

Add make save.

I hope it works for all version including 3.4.1 


Problem Solved By: Keval







No comments: