Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter bbcreativeva

    (@bbcreativeva)

    # 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

    This is copied straight from my.htaccess file. Looks like it’s exactly the same as what you posted. I guess that’s a good thing….
    It’s the oly .htaccess file I can find anywhere.

    And there is no file or folder that has “dev” in any way shape or form.

    I have created a ticket with my hosting company as well…so am hoping they will be able to help, too.

    Thread Starter bbcreativeva

    (@bbcreativeva)

    Thanks – this is really helpful. 🙂

    I had already gone into cPanel and removed the subdomain, as well as the FTP account I created for the subdomain. When I was making the subdomain, I copied the php files from my live site, and created a new Pho database for the subdomain. All those files have been deleted, as well.
    There are no redirects listed anywhere in the cPanel interface.

    I think that’s why I have no idea how to fix this. I can’t find any traces of the subdomain anywhere, but the site is redirecting to it.
    Pretty sure you are right that it’s “confused” somehow, but I just can’t find the source of confusion.

    Thread Starter bbcreativeva

    (@bbcreativeva)

    oh yes, I’m sorry I meant it was the wp_options file.

    I did the search and it came up with 0 results in the entire database.

    Thread Starter bbcreativeva

    (@bbcreativeva)

    Thank you for the help leejosepho.

    Here’s what’s happened so far.
    I went into phpMyAdmin –
    I and inside my wp_content file I found the ‘siteurl’ and
    ‘home’ had the correct site listed…www.brooke-bennett.com
    I did not see a wp_config file anywhere.

    However, still having the same redirect issue.

    Thread Starter bbcreativeva

    (@bbcreativeva)

    thank you Jack…
    I am not sure about the Twenty fourteen theme…I will have to check in to that and get back to you.
    website link below

    http://www.contentmarketinggeek.com

Viewing 5 replies - 1 through 5 (of 5 total)