• Resolved Tim Buendia

    (@tim-buendia)


    I’m trying to change my permalinks, but when I do it it breaks all of the old links and I get the 404 page not found message.
    http://www.thegypsyresidence.com

    I installed the “Advanced Permalinks plugin”, but I can’t get it working, and i don’t know how to write any codes in Editor. Help please?

Viewing 15 replies - 1 through 15 (of 19 total)
  • I think that you don’t need any plugin or custom code. Go to Dashboard – Settings – Permalink and make your permalink structure.

    Thread Starter Tim Buendia

    (@tim-buendia)

    I’m there at permalink and change the structure into Postname. I then save it, it mentions that the site is updated and i go to the respective page where i find a 404.
    ;(
    What can i do next?

    check your root folder. there have any .htaccess file? Other wise it will not work

    Here is the code of .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]
    </IfModule>

    # END WordPress

    Thread Starter Tim Buendia

    (@tim-buendia)

    I don’t think that people like me should be doing this stuff, hahaha.
    I appreciate your help a lot wprock and i will do this! Where is the root folder? Maybe, appearance – editor and then where? Or am i totally wrong?

    Tim,
    Your root folder is the main folder on your server, not within your WordPress installation. You need to access your server via FTP to get to your .htaccess file. You may also need to enable the FTP software to view hidden files to see it. Once you’ve found it, download it to your desktop and open it with the text editor. You can then troubleshoot or change the htaccess functions there. Make sure you do not change the file name or extension. If you do not have any clue what I am talking about, you might need to hire a web developer to help out.

    Good luck,
    T.A.B.

    Thread Starter Tim Buendia

    (@tim-buendia)

    I’m on to something, I’m in the FTP server and the htacces file says no more than this;

    # BEGIN WordPress

    # END WordPress

    Must i past the little text that you sent me earlier here?

    Thread Starter Tim Buendia

    (@tim-buendia)

    sorry, the text that wprock had posted earlier?

    Yes, just replace what your file says with what wprock gave you. Save and re-upload.

    Thread Starter Tim Buendia

    (@tim-buendia)

    I saved it and re-uploaded, then i tried changed the permalinks settings from default into my desired one… and not only does it still give the 404, i can now no longer get the permalink into the default settings.
    Even when i delete the added writings in the FTP, it still won’t get back to normal.

    Please de-activate “Advanced Permalinks plugin” and use my code. It will work.

    Thread Starter Tim Buendia

    (@tim-buendia)

    I de-activated the “Advanced Permalinks plugin”
    and now i can go back to the default settings yet the new permalink structure still does not function.
    Your (wprock) code in Notepad (wich i use for the FTP)is still there…

    Tim,

    “Your (wprock) code in Notepad (wich i use for the FTP)is still there…”

    Did you upload the code which wprock suggested as a .txt file or an .htaccess file?

    The file extention (the part after the dot) must be “htaccess” to work.

    Thread Starter Tim Buendia

    (@tim-buendia)

    I appear not to be able to upload the file

    227 Entering Passive Mode (91,184,19,40,237,222).
    -> STOR /.htaccess
    550 /.htaccess: Permission denied
    Upload of C:\Users\Mr. Tim Buendia\Downloads\.htaccess failed

    Thread Starter Tim Buendia

    (@tim-buendia)

    what am i doing wrong now?

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘unable to change my permalinks without losing the pages’ is closed to new replies.