我需要重寫一個動態URL。內容myurl
和mytext
總是不同,應該從Twitter字符串中插入「text」和「url」。如何使用.htaccess或PHP將動態URL轉發給Twitter?
這是字符串:
http://example.com/share/?myurl=http%3A%2F%2Fwww.example.com&mytext=helloworld
/* forward to: */
http://twitter.com/intent/tweet?related=Example%3Aname&text=helloworld&url=http%3A%2F%2Fwww.example.com&via=example
那怎麼可以做? (我瀏覽了.htaccess
建議,但找不到針對我的特定問題的解決方案。)
瀏覽_「。htaccess建議」_是否意味着你想在你的.htaccess文件中做到這一點? – Sparky 2011-05-28 22:16:51
不知道如果我得到它的權利..你應該檢查$ _GET數組的「myurl」和「mytext」變量,並追加他們,無論你需要 – luca 2011-05-28 22:19:59