Hello,
I'm trying to make an MVC web on my shared hosting using PHP. Everything works fine until I try to route my web to a subdomain like "mydomain.com/something." It throws the 403 Forbidden error.
I added them to my GET_PATH subdomain. I also changed every file permission. What else can I do?
On localhost, everything works perfectly.
I'm trying to make an MVC web on my shared hosting using PHP. Everything works fine until I try to route my web to a subdomain like "mydomain.com/something." It throws the 403 Forbidden error.
I added them to my GET_PATH subdomain. I also changed every file permission. What else can I do?
On localhost, everything works perfectly.