Home » Apache

Apache

Install LAMP [Apache, Mysql, PHP, Pearl] on Fedora 18

Fedora 19 is switching to MariaDB. The move is due to the suspecious move of Oracle in Mysql development. Here are the quick step to install Apache Server, Mysql Database, PHP, Pearl on Fedora 18. The command Need Root access. Also it will install all the dependencies Open the Command Terminal su – then yum …

Install LAMP [Apache, Mysql, PHP, Pearl] on Fedora 18 Read More »

Handle 404, 500, and 301 Apache Errors With .htaccess file

If A 404 Error happen in your web site it will show a not available page with no links. You can escape from this situation very easly. The solution is surprisingly simple. Use your .htaccess file simply put a line ErrorDocument 404 /index.php in the file. The error redirected to your home page. Problem solved. …

Handle 404, 500, and 301 Apache Errors With .htaccess file Read More »

Code Igniter for Beginners in Fedora 11

Code Igniter A Nice PHP Framework with low memmory footprint MVC (Model View Controller) Design Easy to learn and test Suitable for Most hosting accounts Base of Expression Engine 2 Deep Documentation and Tutorials How To Begin in Fedora 11. In Fedora 11 the Apache server is coming as pre-loaded . If you installed the …

Code Igniter for Beginners in Fedora 11 Read More »