Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
htacces
#2
I did get it a bit working, only the admin is not fully working:

Code:
RewriteRule ^/?(bedrijven)/?([A-Za-z0-9_-]+)/?$ index.php?id=bedrijven&bedrijveninput=$1&%{QUERY_STRING} [QSA,L]

RewriteRule ^/admin/?([A-Za-z0-9_-]+)/?$ admin/index.php?id=$1 [QSA,L]

RewriteRule ^/?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]
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: 1 Guest(s)