Forums

404 errors when redirecting to sub domain. (4 posts)

  1. kevin mccoy
    Member
    Posted 6 months ago #

    im having issues as you might know.. i can acces wordpress.. but spiders, robots and sitemaps can not.. i have read through the forums and tried everything i can do with my 1 week experience with working with wp. i tried to use google webmaster tools. gsite maps, ive got a 301 redirect to my subdomain (www.telemarketingadvertising.com)thats hosted by netfirms. my subdomain is located at http://www.itelecallcenter.com/teleadvertise/. when i try to do a sitemap all it shows is the address above. is this htaccess problem , wordpress problem, sitemap problem or robots problem. i just started learning to do websites 3 weeks ago.. i have 2 websites and wp. all are hosted under the main domain with individual 301 redirects and a 302 for an offsite domain. so i have looked now for the last 24hrs.. i really do mean 24hrs. i dont sleep or stop till i fall out or fix.. relentless to fault.. so anyone with a good idea how to break open the doors to get this wp site map working so i can view the sites progress and such would be nice. if i cant find an answer i will have to go blogger.. but i wanted to do this not that.. any ideas?

  2. kevin mccoy
    Member
    Posted 6 months ago #

    heres my current htaccess
    # BEGIN WordPress

    <IfModule mod_rewrite.c>
    ErrorDocument 404 /index.php?error=404
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
    i also tried all the site map plugs and robots and super cache. my subdomain is setup correctly when i removed wp i was able to put another website their with no trouble.. so after reinstalling still 404 error.. this was downloaded from netfirms my host.. does that make any difference

  3. kevin mccoy
    Member
    Posted 6 months ago #

    i found that htaccess on the web 20 minutes ago.. so i tried it..didnt work i think i actually misunderstood that..

  4. kevin mccoy
    Member
    Posted 6 months ago #

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /teleadvertise/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /teleadvertise/index.php [L]
    </IfModule>

    # END WordPress

    this is the right htaccess.. sorry wrong one

Reply

You must log in to post.

About this Topic