• Resolved flipjargendy

    (@flipjargendy)


    Okay, so I have transferred all of my domains from Netfirms to Bluehost. They all have WordPress installed and they all had the same problems. Right now, I’m working on https://raerav.com which is actually functioning now… sort of. I was receiving the “You do not have sufficient permissions to access this page.” message when I logged into the admin panel but that is solved.

    The current problem: No URL referring to a subdirectory on the domain works. Not even permalinks or images. Take a look, let me know if you have any ideas. I’m doing some digging but am sort of shooting in the dark here.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter flipjargendy

    (@flipjargendy)

    Oh yeah, the one suspicion I had was .htaccess issues… but all looks okay… this is the .htaccess in my WP root directory.

    # 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 flipjargendy

    (@flipjargendy)

    One problem down… I just changed the permalinks from the admin panel from one option, back to the original option I had. Now the URLs to posts and pages work again.

    Thread Starter flipjargendy

    (@flipjargendy)

    Forgot that I changed the database prefix… after doing some searching on Google, I found the answer.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Transferred Domain… Lots of problems’ is closed to new replies.