Ben bu gibi küçük URL'ler oluşturmak çalışıyorum:
site.com/abc123
gider:
site.com / index.php? belirteç = abc123
ama ne olursa olsun ben ne deneyin döngüler yönlendirme elde tutmak, ya da index.php yönlendirmek için çalışır? belirteç = index.php ..
. Şu htaccess olduğunu:
Options +FollowSymLinks
Options -MultiViews
RewriteEngine On
RewriteRule ^([^/]*)$ /index.php?token=$1 [L]