Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 PHP 一无所知,但我在我的网站上使用 LimeSurvey。我希望 index.php 立即转到某个调查 ID。我不想要它,所以用户必须将调查 ID 放在 URL 上。我不知道该怎么做。有人能帮我吗?
你现在可能已经解决了一些问题,但我有同样的要求。我使用了一个快速而肮脏的 .htaccess,如下所示 - 更改调查 ID 以匹配您要使用的那个。
DirectoryIndex index.php?sid=12345