Toggle navigation
Koozali.org: home of the SME Server
Community
Forums
Bugs
Lists
Forum Help
Download
SME Server ISOs
Contribs
Documentation
Manual
Wiki
FAQ
HowTo
Donate
Search
Login
Register
Login
Register
×
Close
Login
Remember me
Koozali.org: home of the SME Server
Legacy Forums
Experienced User Forum
Topic:
CMS & SME
« previous
next »
+
Print
Pages: [
1
]
Go Down
CMS & SME
1 Replies
541 Views
Andrew
CMS & SME
«
on:
April 09, 2002, 11:34:10 AM »
I am trying to configure SME V5.1.2 to run a CMS package called "mysource" (
http://mysource.squiz.net
)
It creates a small config to be added to httpd.conf, however my problem is that I dont have a way of getting it to run on SME. Here is a copy of the httpd.conf additions. I'm hoping someone out there can provide some insight on how I would go about configuring SME for this. Thank you.
(xxx.xxx.xxx.xxx - being external IP)
Port 80
ServerAdmin root@some_server
DocumentRoot /home/e-smith/files/primary/html/mysource/web
ServerName
www.some_domain.com
ServerAlias some_domain.com
AllowOverride All
AliasMatch "^(/.*)?/__lib(.*)$" "/home/e-smith/files/primary/html/mysource/web/__lib$2"
AliasMatch "^(/.*)?/__squizlib(.*)$" "/home/e-smith/files/primary/html/mysource/squizlib$2"
AliasMatch "^(/.*)?/__data(.*)$" "/home/e-smith/files/primary/html/mysource/data/unrestricted$2"
# Any HTTP request made at this domain followed by '/_edit'
# will open the editing interface for that site, page etc.
AliasMatch "^(/.*)?/_edit(.*)$" "/home/e-smith/files/primary/html/mysource/web/edit$2"
# Any *other* HTTP request made at this domain gets handled
# by the MySource web frontend controller script.
AliasMatch "^(/.*)?$" "/home/e-smith/files/primary/html/mysource/web/index.php"
Logged
guestHH
Re: CMS & SME
«
Reply #1 on:
April 09, 2002, 08:17:56 PM »
Hi,
Don;t know how exactly, but you have to add it as a custom template for httpd.conf. I will try to find out.
Regards,
guestHH
Logged
+
Print
Pages: [
1
]
Go Up
« previous
next »
Koozali.org: home of the SME Server
Legacy Forums
Experienced User Forum
Topic:
CMS & SME