• I have read thru other info on this but I am lost!! Not sure where I am to check for the problem..on wp or my host? please help..thanks
    when I type in hotrodsu.com..it shows the loop ..but hotrodsu.com/welcome it works…..

Viewing 4 replies - 1 through 4 (of 4 total)
  • maybe you should look into your .htaccess document… guess there’s a mistake in it…

    Thread Starter hotrodsu

    (@hotrodsu)

    still lost…where do I find the .htaccess document?

    Thread Starter hotrodsu

    (@hotrodsu)

    hello again…I am lost here…can anyone help..not sure where this htaccess document is??

    Thread Starter hotrodsu

    (@hotrodsu)

    found the file!..this is what it says ???

    # Use PHP5 as default
    AddHandler application/x-httpd-php5 .php

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

    # END WordPress

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘redirect loop’ is closed to new replies.