简体   繁体   English

删除我网站中URL的端口

[英]Remove port at URL in my web

I have a web hosted in hostingflame and all the code generates the URL with a :82 at the end, everything works fine but I have to give my domain with the :82 at the end. 我有一个托管hostingflame的网站,所有代码均以:82结尾生成URL,一切正常,但我必须以:82结尾给出我的域名。 The application is on Laravel 3 so I can change the config file for the URL, but when I give a URL to the system everything works fine except the sessions don't work so nobody can log to the page. 该应用程序位于Laravel 3上,因此我可以更改URL的配置文件,但是当我向系统提供URL时,一切正常,除非会话不起作用,因此没有人可以登录该页面。

Any idea of how to get rid of the :82? 关于如何摆脱:82的任何想法?

The page: http://peliculasmonkey.com:82 . 页面: http : //peliculasmonkey.com : 82

You have your webhosting on port 82 you can't just remove it. 您将Web托管放在端口82上,而不仅仅是将其删除。 Default http server port is 80 if you want to access your site without writing :82 you must change the service port, so you have to ask your hosting provider to change it. 如果您想不写就访问您的站点,则默认的http服务器端口是80:必须更改服务端口,因此您必须要求托管服务提供商更改它。 If you are your own hosting provider you must change your apache (or the webserver software you are using) port. 如果您是自己的托管服务提供商,则必须更改您的Apache(或您正在使用的Web服务器软件)端口。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM