• 0

Masking urls?


Question

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 jwkuipers
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

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

  • 0
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

  • 0

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

  • 0

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

This topic is now closed to further replies.