Results 1 to 9 of 9
-
25th Nov 2009, 10:41 AM #1OPBannedWebsite's:
bruv.orgNeed some HTML help
Hi guys,
i need some help with the :
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html">
Redirect code
i need it not to show the referer i.e. lets say
domaina.com has the above code
and redirects to domainb.com
i dont want in domainb.com's logs that
the traffic is coming from domaina.com
so how to alter the above code so that no refer
is being shown ???
MagicTallGuy Reviewed by MagicTallGuy on . Need some HTML help Hi guys, i need some help with the : <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html"> Redirect code i need it not to show the referer i.e. lets say domaina.com has the above code and redirects to domainb.com i dont want in domainb.com's logs that Rating: 5
-
25th Nov 2009, 10:46 AM #2MemberWebsite's:
litewarez.net litewarez.com triniwarez.comthat traffic cannot be logged with a html refresh unlesy domana.com places the referer in the meta tag like so
DomainA:
Code:<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html?referer=domaina.com">
PHP Code://You can log it in php for e.g
(isset($_GET['referer']) ? log_referer() : null);
function log_referer(){
//do logging code here
}
but domain a has to add that to there refresh meta tagJoin Litewarez.net today and become apart of the community.
Unique | Clean | Advanced (All with you in mind)
Downloads | Webmasters
Notifications,Forum,Chat,Community all at Litewarez Webmasters
-
25th Nov 2009, 10:49 AM #3Member
You can do that with php, modify headers, or use htaccess.
Edit:
litewarez, I think he means he doesn't want his site to be shown as referer?.. meh, might misunderstood.
-
25th Nov 2009, 10:55 AM #4OPBannedWebsite's:
bruv.org- let me explain one more time
site1 (has a crappy domain and used to be an active site)
site2 (the new domain)
i want to redirect the traffic from site1 to site2 but i dont want
the traffic from site1 to show as traffic from site1 thats why i dont
want to show referer. but i cant find the proper code for it
(im newb to php hardly know anything about it Its all about HTML)
-
25th Nov 2009, 11:10 AM #5MemberWebsite's:
litewarez.net litewarez.com triniwarez.comin that case you want to create a htacces file and add this
Code:Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.domainb.com/$1 [R=301,L]
Join Litewarez.net today and become apart of the community.
Unique | Clean | Advanced (All with you in mind)
Downloads | Webmasters
Notifications,Forum,Chat,Community all at Litewarez Webmasters
-
25th Nov 2009, 11:11 AM #6OPBannedWebsite's:
bruv.orgis there not any simple html code for this - im not that experienced in this stuff
-
25th Nov 2009, 11:14 AM #7OPBannedWebsite's:
bruv.org
-
25th Nov 2009, 11:31 AM #8MemberWebsite's:
litewarez.net litewarez.com triniwarez.comi believe that method should redirect with the previous referrer..
so fir instance
Google --> domaina --> domainb (Referrer of "Google")
not 100% thoJoin Litewarez.net today and become apart of the community.
Unique | Clean | Advanced (All with you in mind)
Downloads | Webmasters
Notifications,Forum,Chat,Community all at Litewarez Webmasters
-
25th Nov 2009, 11:33 AM #9MemberWebsite's:
litewarez.net litewarez.com triniwarez.comor you can do with javascript
<script type="text/javascript">
document.location = 'http://www.domainb.com';
</script>
if that shows a referer then the only other way is to do a new window in javascript
<script type="text/javascript">
window.open(.....)
</script>Join Litewarez.net today and become apart of the community.
Unique | Clean | Advanced (All with you in mind)
Downloads | Webmasters
Notifications,Forum,Chat,Community all at Litewarez Webmasters
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
html and css help
By tractor3231 in forum Web Development AreaReplies: 7Last Post: 5th Sep 2011, 08:42 AM -
PSD to HTML
By ddlshack in forum Graphics AreaReplies: 1Last Post: 26th May 2011, 11:07 AM -
PSD to PHP/HTML?
By .:Jamie:. in forum Web Development AreaReplies: 8Last Post: 1st Mar 2011, 08:17 AM -
(X)HTML, CSS slicing (6 years experience) | PSD to (X)HTML and CSS | Professional job
By Wamer in forum Completed TransactionsReplies: 8Last Post: 21st Jul 2010, 06:13 PM -
HTML help
By n4pst3r in forum Server ManagementReplies: 5Last Post: 30th Mar 2010, 09:38 AM
themaLeecher - leech and manage...
Version 5.05 released. Open older version (or...