Current time: 04-20-2024, 09:44 AM Hello There, Guest! (LoginRegister)


Post Reply 
fresh user :(
Author Message
brianffm Offline
Newbie
*

Posts: 6
Joined: Nov 2010
Reputation: 0
Post: #1
fresh user :(
Hello all,

I install ispCP Omega on a debian. all running well.

some questions. I cannot found a way to set the webserver root for diffrent domains on the same directory.

if I create a new domain, it told me, the directory exist.

after I add a domain, I cannot found option to change the system root ..

I try to found a alternativ to confixx. there it is possible Sad
11-08-2010 01:01 AM
Find all posts by this user Quote this message in a reply
kassah Offline
Junior Member
*

Posts: 46
Joined: Oct 2010
Reputation: 1
Post: #2
RE: fresh user :(
The only way to have multiple domains have the same webroot via the panel is to make the secondary domains aliases of the first.
I do this with things like blah.com and blah.net. Making blah.net an alias of blah.com means the content is the same for both domains.
(This post was last modified: 11-08-2010 01:39 AM by kassah.)
11-08-2010 01:36 AM
Find all posts by this user Quote this message in a reply
Kika Offline
Member
***

Posts: 293
Joined: Feb 2007
Reputation: 8
Post: #3
RE: fresh user :(
if you create 2 domain and put the content to the domain1.tld and put a .htaccess file to the root of the domain2.tld than this will be a solution.

Code:
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^(.*)$ http://domain1.tld/$1 [P,L]
</IfModule>
11-09-2010 04:57 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)