[Help]Permalinks Structure Error[Help]

yesrams

Regular Member
Joined
Dec 16, 2009
Messages
414
Reaction score
80
Guys Can you please solve this issue with permalink structure.

I set Permalink Structure as %postname%

So the URL Displays

Till yester day there is no problem with my url.

But today I visit the url http://mysiteDOTcom/Postname
It shows 404 Error

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Then I set Permalink Structure as Default
Eg: http:/mysiteDotcom/?p=143 (Default Structure)
It shows normal with Default Structure(No Problem with the Post).

Again I sent permalink structure as %postname% it shows error.

What I did

Changed .htaccess file
Restored Database (Deleted all Records and Restored)
Deleted all Files and Restored
Changed Theme.

But Till have same problem.

Can some one help with this issue.
 
Last edited:
Here is my htaccess file
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
 
WP has some kind of forum for this....
try searching there for solution
 
Do this.

ModRewrite will be automatically activated when .htaccess is enabled.

So go to your cpanel, ACTIVATE .htaccess from there.
And try again.
 
Yes i am searching with wordprss dot org
 
Yes I activated .htaccess file from CPANEL. But It doesnt solve my issue.


Adding /index.php in front of my permalink, /%postname%/ has worked for me.
But the url shows
WebsiteDOTcom/index.php/Postname
I dont want to index.php in the above url.




Do this.

ModRewrite will be automatically activated when .htaccess is enabled.

So go to your cpanel, ACTIVATE .htaccess from there.
And try again.
 
I Deleted all files and Database from Root Folder and Freshly Installed Wordpress.
Posted Sample Posts. Changed Permalinks to %postname% .
It is showing 404 Error. When I set Permalink Setting to Default then it shows correctly.

Can some one Please Solve This Issue.
 
Back
Top