Skip to content
Advertisement

Tag: wamp

Keep XAMPP & Install WAMP

I am using Windows 7 and I have XAMPP installed. In Git Bash when I type php -v I get PHP 5.6.15. I need newer version of PHP because I am using Composer and I am unable to install packages that require PHP 7.1. I know that one way to solve this is to backup projects, uninstall the current XAMPP

Should I install xampp or wamp?

So I have IIS manager already installed in my computer, and I want to update to php7 then install laravel, but the video tutorials, articles and documentations online is mostly geared towards people who use xampp and wamp I couldn’t find a tutorial for IIS. I really want to download and install xampp or wamp, but our professor said to

WAMP 403 forbidden from external sources

I have read a ton of threads here and elsewhere but none of the suggestions have worked. I installed the latest version of WAMP 64 bit on a fresh install of Windows Server 2012 R2. I created a subdirectory within the www directory called andrew. In that is an index.html file. I added the following to the hosts file: I

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

phpmyadmin error processing request 200

I changed my Wamp’s phpmyadmin config.inc.php file few days ago for auto authentication. Phpmyadmin was working fine but now whenever I click anywhere in phpmyadmin it’s giving me this error in popup: Error in processing request Error code: 200 Error text: OK This is my config.inc.php file: Any help will be appreciated, thanks. Answer I don’t know what was the

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

Advertisement