jwkuipers Posted March 8, 2003 Share Posted March 8, 2003 (edited) Just wondering how to mask a url. So that when people come to my site they always see www.blablabla.com, even though they may be in www.blablabla.com/images/. Thanks in advance. Edited March 8, 2003 by jwkuipers Link to comment Share on other sites More sharing options...
0 Rusty.Metal Posted March 8, 2003 Share Posted March 8, 2003 use a frame and make it like 0px high and in the other frame put ur page... (u just need to use this for the index) Link to comment Share on other sites More sharing options...
0 pip Posted March 9, 2003 Share Posted March 9, 2003 The way I do it is just using php and the include function - that way even though the actual html is coming from a different directory - even a different server, it will always look like it's on the right server and will appear as though it is just one file. <?php include 'file.htm'; ?> :) Link to comment Share on other sites More sharing options...
0 jwkuipers Posted March 9, 2003 Author Share Posted March 9, 2003 The way I do it is just using php and the include function - that way even though the actual html is coming from a different directory - even a different server, it will always look like it's on the right server and will appear as though it is just one file.<?php include 'file.htm'; ?> :) I tried that, but the program i am trying to run does not like when i do that. Link to comment Share on other sites More sharing options...
0 pip Posted March 9, 2003 Share Posted March 9, 2003 what is it you're trying to run - what error do you get? Link to comment Share on other sites More sharing options...
0 Nautica Posted March 9, 2003 Share Posted March 9, 2003 Hey pip, welcome to neowin! You have already helped out tons of people in 1 day! looking forward to getting help from you in the future lol :) Link to comment Share on other sites More sharing options...
0 pip Posted March 9, 2003 Share Posted March 9, 2003 lol...thanks very much :blush: it's all just part of my secret campaign to be a neo mod :D Link to comment Share on other sites More sharing options...
0 DJLunacy Posted March 9, 2003 Share Posted March 9, 2003 I think thats everybodys secret campaign :) Link to comment Share on other sites More sharing options...
0 Osiris Posted March 10, 2003 Share Posted March 10, 2003 Been there done that, 2 people bitch about you, and you disagree with one of the "favourite" mods and your out the door. Its a harsh job man, requires quick descisions, stamina, and an absolute resolution to do the right thing for the forums. oh sorry that was part of my presidential speech. No being a mod was fun, excpet when ppl keep posting and posting the same question in the wrong forum ahh :s Link to comment Share on other sites More sharing options...
Question
jwkuipers
Just wondering how to mask a url. So that when people come to my site they always see www.blablabla.com, even though they may be in www.blablabla.com/images/. Thanks in advance.
Edited by jwkuipersLink to comment
Share on other sites
8 answers to this question
Recommended Posts