modRewrite landet im falschen Ordner http://localhost/module/News/article/56.html = http://localhost/index.php?module=Newsarticle=56

2006-04-11 Thread Bernd Muent
Hallo zusammen, ich hätte für ein CMS gerne folgendes: URL http://localhost/module/News/article/56/show/1.html wird umgeschrieben auf http://localhost/index.php?module=Newsarticle=56show=1 Sprich, alles was übergeben wird, ist ein key/value-Paar für den Querystring. Geht von der PHP-Seite auch

[EMAIL PROTECTED] modRewrite looks in the wrong subfolder: http://localhost/module/News/article/56.html = http://localhost/index.php?module=Newsarticle=56

2006-04-11 Thread Bernd Muent
Hi together, I'd like the following for a CMS: URL http://localhost/module/News/article/56/show/1.html will be rewrited to http://localhost/index.php?module=Newsarticle=56show=1 From the PHP site, it's easy to explode the querystring and prepare the right link. When I click the first time on:

[users@httpd] Can't compile any dso module, no .so is created

2005-06-01 Thread Bernd Muent
Hi together, I am using apache2 with dso compilied in: httpd -l = mod_so.c Now I'm trying to compile dso modules mod_auth_mysql and mod_auth_ldap with the same problem: [EMAIL PROTECTED]:/usr/src/mod_auth_mysql-2.9.0apxs -c -L/usr/local/mysql/lib -I/usr/local/mysql/include/mysql -lmysqlclient