douan9541 2016-02-28 21:11
浏览 33
已采纳

.htaccess重定向404页面未找到

I am having some issues with my .htaccess file. For some reason, some domains work while others give me 404 page not found error.

So currently I am entering my domains like this:

http://mywebsite.com/domain/google.com

Which should redirect to:

http://mywebsite.com/whois.php?domain=google.com

Having whois.php?domain=google.com with any domain doesn't give me a 404 error but on some domains I get 404 error with domain/google.com. So I narrowed it down to my .htaccess being at fault.

Here is how my .htaccess looks like:

RewriteEngine On
RewriteRule ^/?domain/([^/d]+)/?$ /whois.php?domain=$1 [L,QSA]

I have tried several different things including adding:

RewriteBase /
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^ %{REQUEST_FILENAME} [L]

Any help on this would be appreciated.

  • 写回答

1条回答 默认 最新

  • dongzi0850 2016-02-28 21:19
    关注

    Try this:

    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(domain)/(.*)$  /whois.php?domain=$2 [L,QSA]
    

    So basically whatever comes after domain you pass it as a param to your script.

    Explanation of Lines 2-4

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 Python中的request,如何使用ssr节点,通过代理requests网页。本人在泰国,需要用大陆ip才能玩网页游戏,合法合规。
  • ¥100 为什么这个恒流源电路不能恒流?
  • ¥15 有偿求跨组件数据流路径图
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器