Welcome, Guest. Please login or register.
Did you miss your activation email?
May 27, 2012, 01:07:01 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155557 Posts in 21715 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: url name  (Read 898 times)
monsterboy

Offline Offline

Posts: 56



WWW
« on: September 16, 2006, 07:38:33 AM »

i have a problem

i work for a company and they want to have a new website . so i decided to use website baker. when i want to try it on my own webpage i see in the url box : http://www.robas.be/wb/pages/website.php?lang=NL  . i see th whole url  shocked so i asked the company if they will accept that long website url, but they say no

so my question after all is : how can i delete the whole url in the url box so if you type  www.robas.be that you only see www.robas.be and not that long url...and that needs to be on every page ! cry


Greetz Monsterboy

Logged

PS:sorry if i type bad english im dutch afro
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6977


WWW
« Reply #1 on: September 16, 2006, 08:10:09 AM »

Hi,

I acually haven't tried it, but theroretically WB supports the frame target ... so you would create a Frame with 100% width and 100% height as the startpage for the domain. At the end it would be like any URL redirection offered by some webhosts.

I don't know, how you can actually implement, that the target frames do show up, but maybe this is a start for you.

Antoher idea is using an iframe as the startpage and call the WB pages from there ...

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

monsterboy

Offline Offline

Posts: 56



WWW
« Reply #2 on: September 16, 2006, 01:30:15 PM »

sorry i dont understand you

can you maybe say it in steps or something


do you mean something like this http://www.w3schools.com/tags/tag_iframe.asp ?


Thanks cheesy
« Last Edit: September 16, 2006, 01:42:30 PM by monsterboy » Logged

PS:sorry if i type bad english im dutch afro
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6977


WWW
« Reply #3 on: September 16, 2006, 07:32:33 PM »

Yep ... that is a possible solution of it ... upload an HTML Page (full with header and everything) onto the server as index(.)html and link the WB startpage ...

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

monsterboy

Offline Offline

Posts: 56



WWW
« Reply #4 on: September 16, 2006, 07:48:10 PM »

thanks

but my problem now is if you click now on the test page then you will redicted to a blank page


(www.robas.be) test it yourself

thank you very much for the help
Logged

PS:sorry if i type bad english im dutch afro
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6977


WWW
« Reply #5 on: September 16, 2006, 07:58:36 PM »

first of all the iframe belongs between the 2 body tags like this here :

Code:
<body>
<iframe src="/indexx2.php" name="Robas" width="1024" height="768" align="middle" scrolling="auto" frameborder="0"></iframe>
</body>

and then, I never tested it ... but did you catually call a page "indexx2.php"? I would link the page index(.)php to call it correctly.

[edit]
I just tested it, it doesn't work ... but the other version with the 100% Frameset can be made to work:

Install the module "show_menu2" and change your menucall to something like this here (again untested, but the code is well explained on the website):

Code:
show_menu2(0, SM2_ROOT, SM2_START, SM2_ALL, '<span target ="bannerframe">| [a][menu_title]</a>', ' |</span>', '', '');

Then you need to create the index file with the frame. This is the content of the required index(.)html file

Code:
<HTML><HEAD>
<META NAME="description" content="">
<META NAME="keywords" content="">
<TITLE>test</TITLE>

</HEAD>
<FRAMESET ROWS="100%,*" BORDER="0" FRAMEBORDER="0">
<FRAME SRC="http://www.robas.be" SCROLLING="AUTO" NAME="bannerframe" NORESIZE>
</FRAMESET>
<NOFRAMES>
test
<P>
<DIV ALIGN="CENTER"><A HREF="http://www.robas.be">http://www.robas.be</A></DIV>
</NOFRAMES>
</HTML>

But please play around a bit with the menu call, I didn't have time to test.
[/edit]

cheers

Klaus
« Last Edit: September 16, 2006, 08:25:45 PM by kweitzel » Logged

WebsiteBaker Org e.V. - for WebsiteBaker

monsterboy

Offline Offline

Posts: 56



WWW
« Reply #6 on: September 16, 2006, 08:14:56 PM »

Best Klaus

i have done everything that you said (even called the file on the server index2.php)
but still i have the same problem

maybe is there a alternative for it ?
(with alternative i mean can i solve this problem without iframe)


THANK YOU, I WILL TEST IT TOMORROW

Greetz

Monsterboy
« Last Edit: September 16, 2006, 08:24:48 PM by monsterboy » Logged

PS:sorry if i type bad english im dutch afro
monsterboy

Offline Offline

Posts: 56



WWW
« Reply #7 on: September 17, 2006, 03:34:42 PM »

i have talked to the company manager and he said that the name of the website example : www.robas.be/test.php  is good .

so the domain name don`t need anymore to be www.robas.be on every page...


i want to thank you very much and goodbye

Kweitzel (YOU ROCK  grin)
« Last Edit: September 18, 2006, 03:09:32 PM by monsterboy » Logged

PS:sorry if i type bad english im dutch afro
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!