Redirecting documents with PHP, Apache, and MOD_REWRITE
In document PHP redirect with HTTP code assignment: header( "HTTP/1.1 301 Moved Permanently" ); header( "Location: http://www.domain.com/new-location/" ); The two lines above will redirect the document request to the /new-location/ page if nothing has been printed to the screen. If this method if attempted after printing something to the screen or flushing the output buffer [...]
WAMP – Modifying Apache Config File – Extended
This post is a continuation of my previous post: WAMP – Modifying Apache config file Extended Apache configuration options. The Apache config is large and can easily be overwhelming. Hopefully the information in this post will help you learn how easy it can be! Before you begin configuring your Apache install you need to make sure [...]
WAMP – Modifying Apache config file
All Apache installs, be it on your Windows computer or *NIX based computer has a configuration file. This file controls anything from the amount of memory allowable to the HTTPD server process to the total number of concurrent connections the server will handle. If you’re a web developer or working on learning the ropes you [...]
WAMP MySQL Web Development Environment Configuration
Once you have installed WAMP you will want to configure MySQL Server. This is easily accomplished via the WAMP web interface. Open your favorite browser then type “localhost” into your address bar then submit your request. Once the page has loaded you will be presented with the interface below. WAMP installation is quick and easy! [...]
keep looking »
