New Feature Announcement: Master Your Email Delivery with the Mail Delivery Center

How to Reset your WordPress Permalinks

  1. Log in to the WordPress Dashboard.
  2. In the navigation menu click Settings, then click Permalinks.
    You will then be on the WordPress Permalinks Settings page.
  3. Notice what setting you have selected, options are Plain, Day and name, Month and name, Numeric, Post name, Custom Structure. If you are using a Custom Structure copy and save it, so you can put it back later.
  4. Select the Plain setting, then click the Save Changes button. If you already have the Plain setting selected, choose Day and name, then click the Save Changes button.

    You will then see a message stating Permalink structure updated.
  5. Now, select your original setting, and click the Save Changes button again. You are finished when you see the “Permalink structure updated” message again. Your site permalinks should now be working again.

    You may have to clear your browser cache before testing in order to see the change.


I am unable to log in to WordPress

If you are unable to log in to WordPress to make the above changes, you can reset your .htaccess file manually by replacing the contents of the file in the public_html directory, with the following...


# BEGIN WordPress

RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress
  • 339 Users Found This Useful
Was this answer helpful?

Related Articles

 Connect to your server via SSH

SSH allows secure file transfer and remote logins over the internet. Your connection via SSH is...

 How to force your site to use SSL (HTTPS) using

First of all, you will need to install an SSL certificate to your siteOnce your certificate is...

 How do I change PHP versions, or change my PHP settings / config?

The process of setting your PHP version and the 'variables' (such as memory_limit values) differs...

 How do I install a free SSL via cPanel?

Installing an SSL certificate in cPanel is easy! Best of all, it's free with WebGee!Important:...

 How to send emails in WordPress using the WP SMTP Mail plugin

Instead of using the default PHP mail() function, you can send emails using our SMTP services via...

Powered by WHMCompleteSolution