舊的URL錯誤404找不到網頁
http://www.mywebsite.in/index.php/view-college?college_name=Suvidya+Institute+of+Technology%20(engineering)
新的URL
http://mywebsite.in/college/Suvidya%20Institute%20of%20Technology%20(engineering)
.htaccess文件
ErrorDocument 404 /404.php
Redirect 301 view-college.php?college_name=Suvidya+Institute+of+Technology%20(engineering) http://mywebsite.in
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^mywebsite\.in
我想我的舊網址重定向到我的主頁,因爲我有將我的核心php項目移到codeigniter中。在這個htaccess文件中顯示我找不到404錯誤頁面。可能是我的htaccess文件不正確。那麼,我該如何解決這個問題?請幫助我。
謝謝
任何人可以幫助我請 – omkara