PDA

View Full Version : implemented canonical url-s, got some weird ...


goxy63
09-09-2013, 07:32 PM
yesterday I did that as per this thread here:
https://vborg.vbsupport.ru/showthread.php?t=253656
My settings are:
http://imageshack.com/scaled/large/22/fi3i.png

Also in two of my .htacces files [one under public_html, and another one under public_html/forums] I placed mentioned code from thread above:

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]

Lost about 50% average visitors per day, and got me some weird thing in who is online area, guests are visiting some uknown locations, please check pictures bellow

http://imageshack.com/scaled/large/109/fllt.png
http://imageshack.com/scaled/large/580/m6w4.png

those locations are weird, when I click on link in who is online I got error message
"Invalid Forum specified. If you followed a valid link, please notify the administrator"

some of those locations are quite strange [for me] as they dont lead anywhere but guests [robots and real people] are trying to see those "unknown locations"

some of them are:
Unknown Location
forumsshowthread.phpcss.phpstyleid=18&langid=2&d=1378559414&td=ltr&sheet=toolsmenu.css,postlist.css,showthread.css,po stbit.css,options.css,attachment.css,poll.css,ligh tbox.css

Unknown Location
/forums/forumdisplay.php/css.php?styleid=18&langid=2&d=1378559414&td=ltr&sheet=additional.css

Unknown Location
/forums/showthread.php/3253-Erotske-price-Stare/images/misc/im_msn.gif

My question is what are those links, and will this and how much affect my small site regarding to visitors, google ?

In adminCP shoould I maybe choose "mod rewrite friendly urls" from present "advanced friendly urls"[think not]...forgot to mention that before I was using "basic" friendly urls and I never touched this option...

Thanks for any advice or opinion

cheers