Hello,
My php is weak and I'm trying to change this string:
http://www.site.com/backend.php?/c=crud&m=index&t=care
to be:
http://www.site.com/backend.php?c=crud&m=index&t=care
removing the / after the ? on backend.php. Any ideas on the best way to do this?
Thanks!