Skip to content
Advertisement

Tag: .htaccess

Laravel – 404 Not found every page except homepage

I’m newbie on Laravel. I’m using Laravel 5 – Wamp on Windows 8. Every page on my localhost have 404 not found error except homepage. Although I can access them with index.php . For example URL is : http://localhost/mpr/public/index.php/register is okay. Actually http://localhost/mpr/public/register has an error (404 not found). I’ve checked rewrite_module but it was not changed. Any suggestion? Answer

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. Please contact the server administrator at admin@example.com to inform

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 without the /index.php It returns -> Currently my .htaccess looks like the following.

Advertisement