Elxis CMS Forum

Support => Elxis 4.x/5.x DEV => Topic started by: matteomantovani on June 25, 2013, 19:44:35

Title: Multisite incomplete
Post by: matteomantovani 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.
Title: Re: Multisite incomplete
Post by: datahell 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
Title: Re: Multisite incomplete
Post by: matteomantovani on June 26, 2013, 15:23:57
There is in public_html/poseidon/. It is a subdomain. Is it correct?

Thanks
Title: Re: Multisite incomplete
Post by: datahell 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.
Title: Re: Multisite incomplete
Post by: datahell on June 26, 2013, 19:53:20
Done!
You have put the sub-site related rules in htaccess in wrong place.