Advert
Rewrite Rule in httpd.conf not executing
Was being driven crazy by a rewrite rule in my httpd.conf files not seeming to work, after a couple of hours of tearing hair out I found...
Read Moregzip compression in Apache 2 on Fedora
To enable gzip compression to make your webpages serve faster in Apache 2 perform the following steps: vi /etc/httpd/conf/httpd.conf Go...
Read MoreRestart Apache on Fedora 13
To restart Apche simply issue the following command: /etc/init.d/httpd restart
Read MoreFatal error: Call to undefined function mysqli_connect()
Got this error when trying to use MySql in a PHP page on a Fedora install. What had happened is PHP wasn’t installed with MySql...
Read MoreApache not using .htaccess
One common thing to happen when you have set up a new server with Apache and everything is realise all your rules in .htaccess are not...
Read More