urls to following:
example.com/ANY —-> https://example.com/car?i=ANY
except "root/test" folder. I wrote this in .htaccess but not working:
RewriteCond %{HTTP_HOST} ^example\.com [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://example.com/$1 [R,L]
RewriteRule !^test($|/) /car?i=$1 [R,L]
any help🙏🏻
nobody?
Обсуждают сегодня