2
A
回答
1
您需要這條規則:
RewriteEngine On
RewriteCond %{THE_REQUEST} \s/+(abc)\.php[\s?] [NC]
RewriteRule^/%1 [R=301,L,NE]
RewriteRule ^(abc)/?$ /$1.php [L,NC]
1
創建.htaccess
文件(或將其添加到現有的一個):
RewriteEngine On
RewriteRule ^abc$ /abc.php [L]
然後上傳到網站根目錄。
相關問題
- 1. 從URL中刪除.php擴展名(.htaccess)
- 2. 刪除擴展名從URL
- 3. 刪除擴展名爲.php的URL
- 4. 只刪除URL中的.html擴展名
- 5. 刪除擴展名爲.php
- 6. 從URL中刪除擴展名(.htaccess)
- 7. 從URL中刪除文件擴展名
- 8. 刪除URL內的.php擴展名
- 9. 從URL刪除文件擴展名
- 10. 刪除.php擴展名爲PHP
- 11. 刪除文件擴展名爲URL
- 12. URL重寫 - 刪除擴展名爲.html
- 13. 從nginx的url中刪除.php擴展名
- 14. 從URL中刪除.php擴展名不起作用
- 15. htaccess-無法從url中刪除文件擴展名php
- 16. .htaccess無效 - 從URL中刪除.php文件擴展名
- 17. 刪除php擴展名,停止訪問帶有.php擴展名的url並刪除尾部斜槓
- 18. 從.htaccess刪除.php擴展名(404?)
- 19. htaccess的:刪除擴展名爲.php
- 20. 刪除擴展名爲.php和 「ID = XYZ?」
- 21. 如何從單個頁面中刪除.php或.html擴展名?
- 22. 從Vs2013刪除擴展名
- 23. 從url結尾刪除.php文件擴展名。
- 24. as3刪除擴展名爲
- 25. 從文件名中刪除擴展名
- 26. 從文件名中刪除擴展名
- 27. Apache Url重寫或掩碼刪除擴展名爲.php
- 28. 只爲一個目錄刪除.php擴展名.htaccess?
- 29. NGINX刪除刪除擴展名爲.html
- 30. 從擴展名爲Chrome的網頁中刪除圖片