i write in .htaccess to shape my url like this:
mysite.com/abcd3
and it works like:
mysite.com/index.php?var=abcd3
This should work: RewriteEngine On RedirectMatch 301 ^(.*)$ /index.php?var=$1
Обсуждают сегодня