New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

me redirect does not work.

Got problems with Bubba? Then this forum is for you.
Locked
rodrigo
Posts: 16
Joined: 16 Feb 2008, 10:28

me redirect does not work.

Post by rodrigo »

I am currenlt using Bubba amd woth help of EEK we manged to get it work and i an setting it up.
I ahev done the virtual host on and opend 8083and manual forwarded ti bubba so, same thing with ftp and that.

Thw issue is i tried a to put a redirect script on my website si they visit the website and they are redirected to Bubba at home.

this is the scirpt i am using so i wounde if somwe of you oculd try to visit it if you get the same arror that the server is down and they can´t acces it, plz try agian later on, or it i have a seting wrong on bubba, since my firewall has the ports already forwarded to bubba, and the logs shows nothing wierd beside the usual things.

<html>
<script>
location="http://213.226.114.41:8083/news.php";
</script>
</html>
Eek
Posts: 372
Joined: 23 Dec 2007, 03:03
Location: the Netherlands

Post by Eek »

Hi
I would use

Code: Select all

<html>

<frameset >

  <frame src="http://213.226.114.41">

</frameset>

</html>
I don't know what your bubba is doing, but i get time-out on the website

cheers
Eek
rodrigo
Posts: 16
Joined: 16 Feb 2008, 10:28

Post by rodrigo »

the funny thing it worked when we set the site up, and i have not changed the firewall since then but y can acces it form the inside, but not form the outside.

i think it´s a firewall issue or my isp has blocked the port., i oculd reinstall

either way i was planning of using a alternative way, like mydns thing or a proxy thing that can bypass my isp´s security somehow so i can get it out to the world somehow.

still i will reintal my entire firewall to factory settings and strart from scratch there.
hope fullt that will solve it.
ian
Posts: 128
Joined: 30 Jul 2007, 09:07

Post by ian »

I saved your code and opened it in IE from work, and accessed a (Swedish?) website about PHP Fusion.

Välkommen
Welcome to your site

Nyheter

Det finns inga nyheter publicerade ännu


Is this as expected/hoped for?

Ian.
rodrigo
Posts: 16
Joined: 16 Feb 2008, 10:28

Post by rodrigo »

ian wrote:I saved your code and opened it in IE from work, and accessed a (Swedish?) website about PHP Fusion.

Välkommen
Welcome to your site

Nyheter

Det finns inga nyheter publicerade ännu


Is this as expected/hoped for?

Ian.
it seems to work now.
I think my forewall it playing a joke on me.
Locked