• Hi I have installed wp on my server adress is myip:8080
    when i open “homepage” it redirect to myip (without port),
    and a continues loop starting from http://ip -> to http://ip:8080
    without end ,
    only occur when try to open homepage how can i solve?
    is it problem with .htaccess ?should ieter ip:8080 before index.php

    # 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

  • The topic ‘Web site redirect problem’ is closed to new replies.