Hello,
I am creating some sort of website that needs other websites and I am trying to figure out how I can do something like
http://127.0.0.1/**http://www.somerandomwebsite.com**
it works up to the part that I leave out http:// or https:// but I want to be able to include it out of easiness for my users. It's not a regex error from my part because the error I receive now is
Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403
127.0.0.1
Apache/2.4.9 (Win32) OpenSSL/1.0.1g PHP/5.5.11
while a normal non-match will just give an error page at the moment.
Does someone have an idea how I can fix this?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community