404 page after changing hyperlinks configuration
-
Hello guys!
I do not know why i change the configuration of my permalinks from
POSTNAME :https://c51.444.myftpupload.com/sample-post/ to
PLAIN: https://c51.444.myftpupload.com/?p=123
but now i want to change to the previous config but i got a 404 page not found error.I have research thru internet and they suggest to modify the permissions of the htaccess file to 666 which ihave done already, some just say to go the permalinks options on WP and then click on save button but this did not solve my issue too.
Im kinda thinking that the real solution is in the htaccess but i really do not know what would be the exact config to use. Here it is my htaccess:
#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]
# END WordPresshere is it the staging site where my site is running now: https://c51.444.myftpupload.com/
Thanks in advanced for your help
- The topic ‘404 page after changing hyperlinks configuration’ is closed to new replies.