我已经在使用joomla组件创建应用程序了.但这不是最好的方式,那么我认为要学习它.请发送最好的教程.:)
Please follow this URL (sample) http://www.test.com/test/vehicle?chrysler=crysler300 I want to change this URL http://www.test.com/test/vehicle/chrysler/crysler300 like this.
I try to do it using .htaccess
file, but it not working.
This is the code I used
RewriteRule vehicle/chrysler/(.*) vehicle?chrysler=$1
Run Code Online (Sandbox Code Playgroud)