Hello guys,

Cherokee is a great server, i bunch it it's so powerfull.
But i coding php in a strange way.

i was using apache before with a specific configuration :
<VirtualHost *:80>
 ServerAdmin [EMAIL PROTECTED]
 DocumentRoot /home/www/ze.bz
 ServerName gratuit-annuaire.info
 ServerAlias *.gratuit-annuaire.info

 RewriteEngine On
RewriteCond %{REQUEST_URI} !^/(tools|awstats|image|favicon.ico|robots.txt)
 RewriteRule ^(.+)$ /home/www/ze.bz/www/index.php [L]
</VirtualHost>

the aim is to redirect any requested pages to /home/www/ze.bz/www/index.php
and not http://ze.bz/index.php

i would like to send *.domain.com/anydirs/anyfile.html TO /home/www/script.php

for the moment i tryed everything with cherokee option and i didn't find any way to did this

Thanks for everthing,
I also would be glad to participate in cherokee coding

Regards,
Louis
_______________________________________________
Cherokee mailing list
Cherokee@lists.alobbs.com
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to