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. 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.

Any idea of how to get rid of the :82?

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

有帮助吗?

解决方案

You have your webhosting on port 82 you can't just remove it. 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. If you are your own hosting provider you must change your apache (or the webserver software you are using) port.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top