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=News&article=56&show=1
From the PHP site, it's easy to explode the querystring and prepare the
right link.
When I click the first time on
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.0>apxs -c
-L/usr/local/mysql/lib -I/usr/local/mysql/include/mysql -lmysqlclient
-