• Hey guys I have been racking my brain on this all day.

    I can not for the life of me get the Permalinks working on my site. I have done this a million times and its just not working.

    Basics:

    Site: https://www.bajakits.com
    Host: Bluehost.com
    Permalinks: Post Name

    Ok here is what I have done so far:

    1) Disabled all plugins to check for compatibility (still did not fix the issue)

    2) Double, and Triple Checked The .htaccess ….. its exactly as should be:

    # 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

    3) Checked Cat Names, Post Names, Page Names and see if there are duplicated that would create a conflict. With no luck

    4) Called the hosting company and they cant seem to figure it out.

    If anyone can help me work through this that would be so AWESOME!!!! As Im over here pulling out my hair on this one.

Viewing 6 replies - 16 through 21 (of 21 total)
  • I have problem with my theme that the theme is not showing full website without log in. its showing only blog page and other pages is showing ‘page not found’ without logged in. when i’m log in into website back end the website run properly.
    If anyone can help me then please reply. or let me know if i have to ask other on page this question because i never ask question before.
    Thanks

    Have you tried Settings –> Permalinks –> Setting them back to “default” or “date”, saving it, then going back and checking “postname” then saving again? i have run into this problem before and that usually helps.

    Actually i tried all the settings like Post name, Numeric, default and so on, but didn’t get anything help from it.

    What kind of server are you on? Localhost or Public?

    Public (hostgator)

    Thank you sooooooo much Phil Ryan its working. thank you very much.

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘404 Errors With Permalinks Set To %postname%’ is closed to new replies.