2
A
回答
4
此代碼對我的作品
RewriteCond %{THE_REQUEST} ^.*/index.php
RewriteRule ^(.*)index.php$ /$1 [R=301,L]
+0
謝謝!像魅力一樣工作 – ramo
1
可能它是這樣的,你正在尋找:
Redirect 301 /index.php http://www.yoursite.com/folder/
相關問題
- 1. .htaccess將index.php重定向到/
- 2. 的mod_rewrite重定向根URI到index.php
- 3. .htaccess將根目錄和index.php重定向到https根目錄
- 4. 非www到www。重定向並將index.html重定向到index.php
- 5. 將index.php重定向到根用SSL不起作用
- 6. 將index.php重定向到根目錄而不影響其他url
- 7. 如何將PHP重定向到根目錄index.php
- 8. 只將index.php重定向到根域,沒有任何GET變量
- 9. 將子文件夾index.php重定向到子文件夾根
- 10. 將index.php重定向到.htaccess中的根目錄
- 11. 將所有內容重定向到index.php
- 12. 如何將index.php重定向到HTTPS?
- 13. 將所有內容重定向到index.php
- 14. htaccess將.domain.com重定向到www.domain.com/index.php
- 15. php從/index.php重定向到/
- 16. 的index.php力重定向到
- 17. 重定向 「/index.php?dir=」 到 「/」
- 18. .htacces - 將index.php重定向到不可見的index.php
- 19. 如何將www.site.com/index.php/重定向到www.site.com/index.php?
- 20. 301將index.html重定向到index.php,並從url中隱藏index.php
- 21. 如何將index.php重定向到index.php?route = home,並將其重寫爲/ home?
- 22. 如何將所有重定向到ssl和index.php但不是ssl,但重定向到特定頁面上的index.php
- 23. .htaccess重定向index.php到根影響管理員登錄
- 24. 重定向到根目錄的index.php所有傳入的請求
- 25. 重定向每個index.php到他的根文件夾
- 26. .htaccess從站點根目錄重定向到index.php
- 27. 重定向到根
- 28. 夫婦苗條重定向到index.php與域名重定向
- 29. Joomla感動了,現在index.php將我重定向到根文件夾
- 30. http://localhost/index.php重定向到http:// localhost/xampp/
http://stackoverflow.com/questions/9369917/htaccess-redirect- index-php-to-root-including-subdomains – djb