Bir komut göndererek altı haneli URL'leri işlemek için. Htaccess kullanabilirsiniz, ancak bir hata 404 gibi diğer her geçersiz URL işlemek mümkün mü?
Örneğin:
http://mywebsite.com/132483
: gönderilen olurdu
http://mywebsite.com/scriptname.php?no=132483
ancak
http://mywebsite.com/132483a or
http://mywebsite.com/asdf
404 hata olarak ele olacaktır.
I presently have this working via a custom PHP 404 script ancak it's kind of kludgy. Seems to me that .htaccess might be a more elegant solution, ancak I haven't been able to figure out if it's even possible.