Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Subpage Question?

Asked Modified Viewed 3,527 times
J
jak17
J
jak17 10
  • Member, joined since
  • Contributed 155 posts on the community forums.
  • Started 46 threads in the forums
  • Started this discussions
asked
Member

ok so my site is polishgoals.com
i run php-fusion on this site

could i make a subpage, lets say blog.polishgoals.com that also runs php-fusion on it, or some other cms such as wordpress? if so how do i do this?

Thanks for the answers
0 replies

12 posts

S
Smith
S
Smith 10
Regards,
Smith
smile
  • Member, joined since
  • Contributed 152 posts on the community forums.
  • Started 2 threads in the forums
answered
Member

well that's a subdomain and most domain hosts allow those. Check with your domain provider to see if a subdomain option is available. This will add a directory to your hosting if you host the site with them or you can configure it's DNS settings to your host to run a new site on it. If this is too complicated then you are left with the option of polishgoals.com/blog or something to that effect.
0 replies
J
jak17
J
jak17 10
  • Member, joined since
  • Contributed 155 posts on the community forums.
  • Started 46 threads in the forums
  • Started this discussions
answered
Member

that doesnt really answer my question though :/ can a second php-fusion run on this subdomain
0 replies
I
it-norden
I
Find it.
Think...
Fix it!
  • Senior Member, joined since
  • Contributed 240 posts on the community forums.
  • Started 7 threads in the forums
answered
Senior Member

Yes it should be able to do that
0 replies
J
jak17
J
jak17 10
  • Member, joined since
  • Contributed 155 posts on the community forums.
  • Started 46 threads in the forums
  • Started this discussions
answered
Member

now can someone please tell me how :) because i have no idea how to install it on lets say blog.polishgoals.com u know?
0 replies
I
it-norden
I
Find it.
Think...
Fix it!
  • Senior Member, joined since
  • Contributed 240 posts on the community forums.
  • Started 7 threads in the forums
answered
Senior Member

thats a question for your webhost
0 replies
M
Matonor
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

there should be an option in your control panel to create subdomains to specific folders. set one up and install your script in that folder. note that it might take some hours until the subdomain is available.
0 replies
H
hame
H
hame 10
  • Senior Member, joined since
  • Contributed 423 posts on the community forums.
  • Started 44 threads in the forums
answered
Senior Member

Login to your Server [Host] im sure youll see "Sub-Domains" somewhere,

I THINK youll have to change the table prefix from _fusion to something else in order to install a second script on the server without them interferring ??
0 replies
M
muscapaul
M
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

Sites: Diptera.info (site owner); Online-Keys.net (site owner); Sciomyzidae.info (site co-owner); muscapaul.com (defunct; site owner)
  • Veteran Member, joined since
  • Contributed 1,075 posts on the community forums.
  • Started 8 threads in the forums
answered
Veteran Member

And you can use the same database but make certain you choose a different table suffix when running setup for the second site.
0 replies
J
jak17
J
jak17 10
  • Member, joined since
  • Contributed 155 posts on the community forums.
  • Started 46 threads in the forums
  • Started this discussions
answered
Member

ok thanks guys. one more question... do i have to change anything in the code or should everything work?
0 replies
S
Sveinungs
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

Not really.
Like already stated - use a different prefix for your tables at setup (default is fusion_ - you can't use that on both sites, or your first database will get overwritten by the second one)

Secondly, i would recommend editing /includes/multi_site_include.php on the second site.

Find:
// Cookie prefix
define("COOKIE_PREFIX", "fusion_"wink;

Change the cookie prefix on the second site to something different, like:
define("COOKIE_PREFIX", "sitetwo_"wink;

to avoid login problems cased by conflicting cookies.
Edited by Sveinungs on 19-08-2008 12:58,
0 replies
J
jak17
J
jak17 10
  • Member, joined since
  • Contributed 155 posts on the community forums.
  • Started 46 threads in the forums
  • Started this discussions
answered
Member

what if i set it up on a second database? then i could avoid the above mentioned changes?
0 replies
G
googlebot
G
Visit the new home of the merge between Hacking Vs. Security and Security Override!
My copyright removal has been switched over from HvS to SecurityOverride.
  • Senior Member, joined since
  • Contributed 638 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

Quote

jak17 wrote:
what if i set it up on a second database? then i could avoid the above mentioned changes?

Yes. That's the simplest solution. Just set it up the same on a different database.
Edited by googlebot on 19-08-2008 19:27,
0 replies

Category Forum

Installation Issues - 8

Labels

None yet

Statistics

  • Views 0 views
  • Posts 12 posts
  • Votes 0 votes
  • Topic users 8 members

8 participants

M
M
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

Sites: Diptera.info (site owner); Online-Keys.net (site owner); Sciomyzidae.info (site co-owner); muscapaul.com (defunct; site owner)
  • Veteran Member, joined since
  • Contributed 1,075 posts on the community forums.
  • Started 8 threads in the forums
M
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
I
I
Find it.
Think...
Fix it!
  • Senior Member, joined since
  • Contributed 240 posts on the community forums.
  • Started 7 threads in the forums
S
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
S
S
Smith 10
Regards,
Smith
smile
  • Member, joined since
  • Contributed 152 posts on the community forums.
  • Started 2 threads in the forums
J
J
jak17 10
  • Member, joined since
  • Contributed 155 posts on the community forums.
  • Started 46 threads in the forums
  • Started this discussions
H
H
hame 10
  • Senior Member, joined since
  • Contributed 423 posts on the community forums.
  • Started 44 threads in the forums
G
G
Visit the new home of the merge between Hacking Vs. Security and Security Override!
My copyright removal has been switched over from HvS to SecurityOverride.
  • Senior Member, joined since
  • Contributed 638 posts on the community forums.
  • Started 28 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet