• I changed my permalinks to show the post title, now I can’t access any of my posts or the admin panel.

    Checked through the fora, and found a lot of people pointing to the .htaccess file. Mine reads as follows:

    Options +FollowSymlinks
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /blog/wordpress/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/wordpress/index.php [L]
    </IfModule>
    # END WordPress

    Still does not work. Contacted hosting company (Network Solutions) but they don’t seem to be able to help me.

    Is there a way to change a .php file to get things back the way they were?

Viewing 8 replies - 1 through 8 (of 8 total)
  • delete your .htaccess file using an FTP client such as FileZilla or your host provided file manager (honestly if whoever you spoke to at NS does not know that, ask for their supervisor and complain like he**) and review with support at NS if mod rewrite can be used in your hosting setup.

    Thread Starter ChampagneSunday

    (@champagnesunday)

    You’re awesome. Okay, I now have access to the admin panel and the home page. However, when I click on individual posts, I get a 404 error.

    I was using the SEO by Yoast plugin when I initially changed the permalinks, but can’t seem to find a way to change them back. Guessing that’s hence the “perma”.

    Ideas?

    save permalinks now to what it ‘was’

    Thread Starter ChampagneSunday

    (@champagnesunday)

    No option for that through any of the admin panels. Searching through other fora. Thanks for getting me this far, man.

    Admin Dashboard>Settings>Permalinks>Select Default (Or what the setting was prior to the issue)

    Also, clear your browser cache.

    Thread Starter ChampagneSunday

    (@champagnesunday)

    Okay, I take that back. I found the page where I changed it, but now it’s giving me a 403 error if I try to change it back to what it was.

    Was a .htaccess file created now (on last step) and if so, what is it? Please post.

    And, ‘was’ originally, prior to the error?

    Thread Starter ChampagneSunday

    (@champagnesunday)

    Yup. Found it, deleted it, tried again, made it back to Kansas. All is again right with the world. Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Changed permalinks, 403'd everything, even admin panel’ is closed to new replies.