2013-06-15, 07:09:45
(This post was last modified: 2013-06-15, 07:54:06 by J.S. Coolen.)
Hi
I want to add a home made script, but i neet to rewrite the htaccess,
I tried this, but then the whole htacces doesn't function anymore:
RewriteRule /?([A-Za-z0-9_-]+)/?([A-Za-z0-9_-]+)/?$ index.php?id=$1&bedrijveninput=$2&%{QUERY_STRING} [QSA,L]
What am I doing wrong?
I also tried stuff like this:
RewriteRule /bedrijven/([A-Za-z0-9_-]+)/?$ index.php?id=bedrijven&bedrijveninput=$1 [L]
What i want is:
/bedrijven/jcsl
index.php?id=bedrijven&bedrijveninput=jcsl
I want to add a home made script, but i neet to rewrite the htaccess,
I tried this, but then the whole htacces doesn't function anymore:
RewriteRule /?([A-Za-z0-9_-]+)/?([A-Za-z0-9_-]+)/?$ index.php?id=$1&bedrijveninput=$2&%{QUERY_STRING} [QSA,L]
What am I doing wrong?
I also tried stuff like this:
RewriteRule /bedrijven/([A-Za-z0-9_-]+)/?$ index.php?id=bedrijven&bedrijveninput=$1 [L]
What i want is:
/bedrijven/jcsl
index.php?id=bedrijven&bedrijveninput=jcsl