Cpanel Htaccess强制URL

时间:2013-07-28 22:50:32

标签: php linux .htaccess mod-rewrite cpanel

我需要帮助.htaccess

点击以下网址,您会在网址

中看到端口和IP

123chatgroups.info (url is with port and IP)

我只想要这个

URL without port and ip
我想要没有IP和端口的网址

什么放入.htaccess

问候

2 个答案:

答案 0 :(得分:0)

我认为下面的例子会起作用,但是如果你仍然通过GET字符串传递变量,虽然嵌入了代码它也将重定向该请求。

RewriteCond %{REQUEST_URI}  ^/client/123flashchat\.swf$
RewriteCond %{QUERY_STRING} (^|&)init_host=(.*)($|&)
RewriteCond %{QUERY_STRING} (^|&)init_port=(.*)($|&)
RewriteRule ^(.*)$ /client/ [R=302,L]

答案 1 :(得分:0)

您可以通过使用

打开此文件,在123flashchat.swf中隐藏端口和主机

http://www.free-decompiler.com/flash/download/

i.stack.imgur.com/xkjzy.png

例如,您可以看到我的聊天https://12allchat.io/chat/ar/12allchat.swf

http://chat.domo3warda.com/123flashchat.swf 我在这里隐藏端口