Hi, I'm trying to confidure a virtual host but i have problems with "flag delimiters" i think it's a question of syntax so if some one cqn help me :) ! HERE IS THE VIRTUALHOST CODE : ################################ <VirtualHost *> Options FollowSymLinks Indexes ExecCGI #983 RewriteEngine On #984 RewriteRule ^\stats\store\(.*).gif$ C:\Program Files\Apache Group\Apache\htdocs\ez\ezstats\user\storestats.php [S=2] #985############################################# RewriteRule ^\filemanager\filedownload\([^/]+)\(.*)$ C:\Program Files\Apache Group\Apache\htdocs\ez\ezfilemanager\files\$1 [T="application\oct-stream",S=1] ################################################## RewriteRule !\.(gif|css|jpg|png)$ C:\Program Files\Apache Group\Apache\htdocs\ez\index.php ServerAdmin www.raouf.org DocumentRoot C:/Program Files/Apache Group/Apache/htdocs/ez ServerName raouf.org </VirtualHost> <VirtualHost admin.raouf.org> <Directory C:/Program Files/Apache Group/Apache/htdocs/ez> Options FollowSymLinks Indexes ExecCGI AllowOverride None RewriteEngine On RewriteRule !\.(gif|css|jpg) C:/Program Files/Apache Group/Apache/htdocs/ez/index_admin.php </Directory> ServerAdmin www.raouf.org DocumentRoot C:/Program Files/Apache Group/Apache/htdocs/ez ServerName admin.raouf.org </VirtualHost> THE PROBLEM IS AT THE LINE 985 AND HERE IS THE MESSAGE A HAVE : #####///////Syntax error on line 986 of c:/program files/apache group/apache/conf/httpd.conf #####///////: #####///////RewriteRule: bad flag delimiters #####///////Note the errors or messages above, and press the <ESC> key to exit. 11...22... i'M ON A WIN2000 thanx Raouf Abrougui __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/
