PHP Browser Redirection

Whilst the .htaccess file may be used to provide temporary and permanent redirects to manage pages which have been deleted or moved, PHP also provides redirect methods. Using PHP to redirect the browser may be a better option compared to htaccess if the server prevents the file from being overwritten, or indeed if its inaccessible. […]

Read More… from PHP Browser Redirection

Replace Default Unable to Connect to Database Error Message

If the WordPress site is unable to temporarily connect to it’s associated database a message is shown reporting the error, informing the visitor. Such an incident happened to me recently. When connecting to a test website I saw a message: Error Establishing a Database Connection Advising visitors of this information is potentially giving more information […]

Read More… from Replace Default Unable to Connect to Database Error Message