Want the URL to be:
http://localhost/web/a-st/type/car
Base URL is http://localhost/web/a-st/
Rewrite Rule that i tried:
RewriteEngine On
RewriteRule ^type/([^/]*)$ /type.php?name=$1 [L]
ERROR Showing:
Object not found!
The requested URL was not found on this server.
^means start, so it would matchexample.com/type/cause RewriteBase or define the extraweb/a-stwithin the rewrite