One folder multiple names

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jarnail
Forum Newbie
Posts: 7
Joined: Thu Oct 30, 2008 8:44 am

One folder multiple names

Post by jarnail »

Hi All
My directory structure is:

Root (mainsite.com)
|
|
|
|___forum
|
|___1st website (abc.com)
|
|___2nd website (xyz.com)

When I access forum from 1st-website or 2nd-website it goes as main-website/forum.

Is there any way that when I access forum from 1st-website it show 1st-website/forum and when I access forum from 2nd-website it show 2nd-website/forum instead of main-website/forum ??
[/b]

Please response if that is possible.

Regards
Jarnail
Last edited by jarnail on Thu Jun 18, 2009 11:06 pm, edited 3 times in total.
jarnail
Forum Newbie
Posts: 7
Joined: Thu Oct 30, 2008 8:44 am

Re: One folder multiple names

Post by jarnail »

McInfo wrote:Make sure you have the "Do not automatically parse URLs" checkbox checked when you post that many URLs.

That is ok but is it possible what I am trying to do?
Post Reply