Viewing 2 replies - 1 through 2 (of 2 total)
  • First find the file .htaccess in your root folder.
    then check whether its redirecting your URL.

    Still have problem,then check the position of google.html file.

    regards,
    Senthil

    Thread Starter eng7jab

    (@eng7jab)

    Thanks.

    Here’s my .htaccess file – is this nredirecting? I can’t tell.

    # Use PHP5 Single php.ini as default
    AddHandler application/x-httpd-php5s .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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can anyone help?’ is closed to new replies.