Saturday 22 April 2006 5:10:37 am
Hi, My site is installed on a virtual host but I can not modify the httpd.config on the apache server because I don't have a dedicated server and my provider cannot do it. I have done the following changes to remove the index.php. My site works fine but I can not access to my admin site. I completly deleted the cache but nothing change. <b>.htaccess</b>
RewriteEngine On
RewriteRule !\.(gif|jpe?g|png|css|js|html)|var(.+)storage.pdf(.+)\.pdf$ index.php
DirectoryIndex index.php
settings/override<b>site.ini.append.php</b>
[SiteAccessSettings]
ForceVirtualHost=true
CheckValidity=false
AvailableSiteAccessList[]=mysite
AvailableSiteAccessList[]=admin
MatchOrder=host
HostMatchMapItems[]=www.mydomain.com;mysite
HostMatchMapItems[]=www.admin.mydomain.com;admin
settings/admin<b>site.ini.append.php</b>
[SiteSettings]
SiteName=admin
SiteURL=www.admin.mydomain.com
LoginPage=custom
I have created the sub domain to access the admin interface but I obtained a 500 Internal error. I tried many things but I still can not access my admin site.
Hope someone can help me. Thanks. Chris
|