• Page 1 of 1
  • 1
Everything about re-directing is here
VILEGaming
Posts: 19
Reputation: 0

Message # 1 | 8:31 AM
I have my main directory of my website, with all the pages on it.
Ex. Forums, contact us, etc..

My question is, im making another website and when a person clicks "Test" for example, how can i make it so that when they click that they are automatically re directed to another website i made?

For example they click it, and it takes them to domain.com

Hopefully i made that clear, thanks!
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 2 | 8:45 AM
VILEGaming, you can do this simply with HTML. Paste the code below wherever you wish the link to appear.

Quote
<a href="http://yoursitehere.com" target="_blank">link text here</a>


Hope this helps. happy

Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
VILEGaming
Posts: 19
Reputation: 0

Message # 3 | 8:55 AM
Thanks, but i was mainly wondering if this is possible without the user clicking on the link. For example, if they click "Test Page" in my directory, as soon as they click that, is it possible they can be automatically redirected to another website?
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 4 | 9:04 AM
VILEGaming, yes that is possible by using a redirection in the head section of the page. Here is the code to place in the <head></head> tags.

Quote
<meta HTTP-EQUIV="REFRESH" content="0; url=http://yoursitehere.com">


This can be found in other threads so next time please do remember to use search, Hope this helps, happy

Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
VILEGaming
Posts: 19
Reputation: 0

Message # 5 | 9:10 AM
Thank you very much!
zura_zura888
Posts: 6
Reputation: 0

Message # 6 | 8:49 AM
My site is www.LIVEGOLI.com And when I enter to the main page of site it redirecting me at
image - http://i073.radikal.ru/1107/2f/62307e0a4e54.jpg

This is how I have installed,
image2 - http://i039.radikal.ru/1107/68/60042ce34df9.jpg

Help me what can I do? Thanks.
Attachments: 2253131.jpg (8.8 Kb) · 4239075.jpg (164.6 Kb)
Natashko
Posts: 3366
Reputation: 171

Message # 7 | 9:10 AM
zura_zura888, please provide a code of your main page, but make sure to put it in spoiler for us to be able to check
zura_zura888
Posts: 6
Reputation: 0

Message # 8 | 9:37 AM
this is site pages source:
Post edited by zura_zura888 - Friday, 2011-07-08, 9:51 AM
Natashko
Posts: 3366
Reputation: 171

Message # 9 | 9:49 AM
zura_zura888, this is not the code we have required. You can find it in CP->Page Editor » Entries management->Home page->Change (button in the shape of a screwdriver)->Page content. Copy the code there and provide it.
zura_zura888
Posts: 6
Reputation: 0

Message # 10 | 11:10 AM
see

Added (2011-07-08, 5:10 Am)
---------------------------------------------
help please

Natashko
Posts: 3366
Reputation: 171

Message # 11 | 11:48 AM
zura_zura888, In CP->Design->Design management (templates)->Site pages there is supposed to be this code: $CONTENT$ But we didn't see it there. We suggest you restore this template. But do not forget to create template backup before. After doing so the standard appearance of the templates created via Page Editor will be restored/changed back to standard (including main page). That has to help.
KeKeGeNKaY
Posts: 12
Reputation: 0

Message # 12 | 3:34 PM
Hi, I have a lilttle problem. How can I do to open a new WINDOW when I click a link, an image ..etc. ?? (To NOT appare in same window tab, automat open a new TAB WINDOW)!
Post edited by KeKeGeNKaY - Thursday, 2011-11-24, 3:37 PM
lilu
Posts: 70
Reputation: 6

Message # 13 | 4:37 PM
KeKeGeNKaY, you need to write it like this:

Code
<a href="link to the page where you want to redirect" target:_blank>
<img src="picture" /></a>

target:_blank - means that this page will open in a new window

smile
  • Page 1 of 1
  • 1
Search: