问题描述
你好我在这里问一个问题。我刚刚在iPage.com上创建了一个新的服务器,我遇到了问题。我的.htaccess代码无法在服务器上运行。以下是我的代码:
hello there im here to ask a question. I just made a new server on on iPage.com and im having a problem. My .htaccess code is not working on the server. Here is my code below:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]
</IfModule>
出于某种原因,这根本不起作用。我试图使seo友好链接,但我的ipage服务器不会让它工作。我一直收到500错误。如果有人可以提供帮助那就太棒了!
For some reason this wont work at all. Im trying to make seo friendly links but my ipage server wont let it work. I keep getting a 500 error. If someone can help that will be great!
推荐答案
出于某种原因,这根本不起作用。我试图使seo友好链接,但我的ipage服务器不会让它工作。我一直收到500错误。如果有人可以提供帮助那就太棒了!
For some reason this wont work at all. Im trying to make seo friendly links but my ipage server wont let it work. I keep getting a 500 error. If someone can help that will be great!
这篇关于严重的iPage .htaccess问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!