Mailinglisten-Archive |
Hallo Liste, sorry wenn schon wieder "mod_rewrite" in der php liste erscheint. Aus dem Grund kurz und schmerzlos : htaccess: <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^([0-9]+)\.html$ index.php?id=$1 </IfModule> error_log : [Mon Feb 09 13:00:01 2004] [alert] [client 127.0.0.1] e:/home/www/wwwroot/htaccess: RewriteRule: bad argument line '^([0-9])\.html$' httpd.conf : NameVirtualHost *:80 <VirtualHost *:80> ServerAdmin admin at grasen.de DocumentRoot "e:/home/www/wwwroot" ServerName grasen ErrorLog logs/error_log CustomLog logs/access_log common <Directory "e:/home/www/wwwroot"> Options Indexes AllowOverride All # <--- HIER BIN ICH :) Order allow,deny allow from all </Directory> </VirtualHost> Vielen Dank und Gruß aus Koblenz Stefan Neuser
php::bar PHP Wiki - Listenarchive