Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Bug reports and fixes
.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Elxis 4.x/5.x DEV
»
Multisite incomplete
« previous
next »
Print
Pages: [
1
]
Author
Topic: Multisite incomplete (Read 4444 times)
matteomantovani
Newbie
Posts: 6
Multisite incomplete
«
on:
June 25, 2013, 19:44:35 »
I have actived a multisite option and write code lines in .htaccess, but I do not view a complete webiste. This is the link:
http://poseidon.matteomantovani.com/matteo2/
Is there a problem in .htaccess?
Thanks for your help.
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Multisite incomplete
«
Reply #1 on:
June 25, 2013, 22:59:33 »
I guess you haven't properly set the sub-site in htaccess. You need the following rules in .htaccess located in your
Elxis root folder
.
RewriteRule ^matteo2/estia/inner.php estia/inner.php [L]
RewriteRule ^matteo2/inner.php(.*) inner.php [L]
RewriteRule ^matteo2/(.*) $1
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
matteomantovani
Newbie
Posts: 6
Re: Multisite incomplete
«
Reply #2 on:
June 26, 2013, 15:23:57 »
There is in public_html/poseidon/. It is a subdomain. Is it correct?
Thanks
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Multisite incomplete
«
Reply #3 on:
June 26, 2013, 19:10:00 »
Probably something is not correct but I don't know what.
If you want send me a personal message with access details to your FTP to check it.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Multisite incomplete
«
Reply #4 on:
June 26, 2013, 19:53:20 »
Done!
You have put the sub-site related rules in htaccess in wrong place.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Elxis 4.x/5.x DEV
»
Multisite incomplete