Search Results

0
votes

Installing cake php on xampp

Have you checked if your database user name and password is correct? Also ensure that your database does exist. The following is the default username and password (actually, no pas …
0
votes

apache xampp gzip

You can try uncommenting the following in /xampp/apache/conf/httpd.conf: LoadModule deflate_module modules/mod_deflate.so You should already have mod_deflate.so en …