Elxis CMS Forum
Support => Elxis 4.x/5.x DEV => Topic started 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.
-
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
-
There is in public_html/poseidon/. It is a subdomain. Is it correct?
Thanks
-
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.
-
Done!
You have put the sub-site related rules in htaccess in wrong place.