Saturday 27 May 2006 1:14:46 am
Christian, I support your idea of a short tutorial. In fact, I struggle to remove the index.php + plain. My site is setup on virtual host but I don't have access to the httconf. Option 1
+ in settings/override/site.ini.append.php
- Forcevirtualhost=true in settings/override/site.ini.append.php - MatchOrder=host
+ in htaccess
RewriteEngine On RewriteRule !\.(gif|jpe?g|png|css|js|html)|var(.+)storage.pdf(.+)\.pdf$ index.php Result: no index.php, no plain but also NO ADMIN Option 2
+ in settings/override/site.ini.append.php
- Forcevirtualhost=true in settings/override/site.ini.append.php - MatchOrder=host; uri
+ in htaccess
RewriteEngine On RewriteRule !\.(gif|jpe?g|png|css|js|html)|var(.+)storage.pdf(.+)\.pdf$ index.php Result: no index.php, admin site but also PLAIN I understand why it happens but not how to fix it. I tried your solution but it does work, I have the complete url. May you did configure something? Dreaming that someone will bring the solution one day because url with plain is quiet ugly and no access to admin is a nightmare. Thanks. Chris
|