Category: Apache

Redirect PayPal IPN with .htaccess

Redirect PayPal IPN with .htaccess

While working on a customer account, we had to redo the whole membership system to work with a new system and still support the Paypal reccuring billing. However, we had a previous system that was using the recurring billing and relying on IPN set in PayPal to update the membership inside the module. Now that […]

Allow IP bypass htaccess password with Apache

Allow IP bypass htaccess password with Apache

Here is a very quick tip on how to protect your whole site with htaccess password but only allow certain IP. This is very usefull when you are working on a development server and you want only your team to access the site.

301 redirect with htaccess for new domain in WordPress

301 redirect with htaccess for new domain in WordPress

I have been struggling lately for a really simple task: change a domain name for an already online site and do a 301 redirect for all pages to the new domain. Basically the domain is pointing to the same directory, I added it as an aliases to point to the old domain. After doing all […]