I am trying to design a small site where most of (95%) of site assets will be passed through home sort of PHP script, and the remaining 5% are being hosted from a subdomain (background images, logos, etc. What I would like is that whenever a page is called, say www.example.com/blog/My_trip_to_the_andes
the page that would be called is
htdocs/nexus.php
and that script would be able to discover what URI was requested. From that URI the script will determine what the user is asking for and generate it. As the redirects happen the headers need to be maintained, so the script receives any POST data or COOKIE data.
Ben site kök dizininde bir. Htaccess ile bunu başarabilirsiniz inanıyorum. Ama ben documentation bu konuşmaya görünmüyor. Htaccess ve ile hiçbir deneyimi az var.
Bu bile iyi bir fikir mi? Ben her sayfa isteği bazı 404 izleme ve yönlendirmeleri yapmak, bu yüzden oturum açabilirsiniz bir komut dosyası yoluyla gitmek istiyorum, kapı çapraz site kaynak isteklerinin, ve ben bile henüz düşünemiyorum şeyler tutun.