• I just loaded wordpress thru ipower hosting get the message “Sorry, you need to enable sending referrers for this feature to work.” . I have a .htaccess at the root directory to point my website from lakeontariofishingcharters to https://www.lakeontariofishingcharters and when I remove it everything seems to work. This is what is in .htaccess:
    Options +FollowSymlinks
    RewriteEngine on
    rewritecond %{http_host} ^lakeontariofishingcharters.net [nc]
    rewriterule ^(.*)$ https://www.lakeontariofishingcharters.net/$1 [r=301,nc]
    I am a newbie to all this so try to keep it simple.
    Art

Viewing 6 replies - 1 through 6 (of 6 total)
  • at the risk of asking the obvious, is there a reason why you cannot just remove the crap in the .htaccess that is causing the problem?

    Thread Starter artjud

    (@artjud)

    The search engines look at the two a seperate websites and my total links and ranking is cut proportionatly!

    if you are interested in sending non-www urls to www urls or vise versa, thats can all be handled from within wordpress.

    Thread Starter artjud

    (@artjud)

    That would work! Can you point me in the right direction
    to find that info….thanks, Art

    Thread Starter artjud

    (@artjud)

    I did what one of the post said and changed my options to point to www and put the .htaccess back in and everything seems to be working…Thank you for the help
    Art

    whooami wrote:
    “if you are interested in sending non-www urls to www urls or vise versa, thats can all be handled from within wordpress.”

    What must I do in WordPress?

    Thx for your reply.
    Josef

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Sorry, you need to enable sending referrers’ is closed to new replies.