Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
htacces
#1
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
Reply


Messages In This Thread
htacces - by J.S. Coolen - 2013-06-15, 07:09:45
RE: htacces - by J.S. Coolen - 2013-06-15, 08:48:00
RE: htacces - by J.S. Coolen - 2013-06-17, 05:24:57
RE: htacces - by shawn_a - 2013-06-17, 11:59:01



Users browsing this thread: 2 Guest(s)