Skip to content

Tag: .htaccess

Internal Server Error using WAMP server

I’ve created a MVC application using php, but when I try to access the urls it gives me “The server encountered an internal error” When I check the log it gives me : Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Pl…

Laravel Shared Hosting .htaccess

I am trying to deploy a Laravel project onto a share hosting, I’ve managed to get most of the hard work done but I cannot strip off the /public directory without a Forbidden issue. The website works and shows same pages for these links www.mywebsite.com/test/index.php www.mywebsite.com/test/public/ But …