Ben rahatsız edici bir sorun yaşıyorum. Ben sayfanın url bir değişkeni almak için php $ _GET özelliğini kullanan bir komut dosyası var. Ancak, ben, her şeyden önce, benim sayfa url gitmek yapmak için bilmek gerekir
http://www.example.com/dir/dir2/page.php?value=something&anothervalue=somethingelse
karşı
http://www.example.com/something/dir2/somethingelse/page.php
Bu benim için kafa karıştırıcı.
Now, here is the tough part: How do I $_GET the values of value and anothervalue while leaving any other url values intact at the end of page.php? Also, if a user visits http://www.example.com/something/dir2/somethingelse/page.php they will be shown the content for http://www.example.com/dir/dir2/page.php?value=something&anothervalue=somethingelse, and vice versa, right?
This is very important karşıthe operation of my site, thanks for helping in advance! I don't know anything about .htaccess at all but I do know that it is possible karşıdo this.
Çok daha az recoding gerektirir ve temiz URL'LER sağlayacak bu çok kafa karıştırıcı bir şey aslında uzun vadede işler daha basit hale getirecek yapıyor, açıklığa kavuşturmak için.