RewriteEngine On
RewriteBase /
ReWriteRule ^(.*).html index.php?video=$1 [L,NC]
.htaccess dosyası oluşturup bu kodları eklerseniz. kullanıcı site.com/123.html adresine girince hostta index.php?video=123 şeklinde çalıştırılır.
Konu: php veritabanına kayıt
RewriteEngine On
RewriteBase /
ReWriteRule ^(.*).html index.php?video=$1 [L,NC]