Topic: Apache being replaced
Just got an email from my host (apthost.com) saying that apache will not be in use anymore, and that .htaccess and mod_rewrite rules are no longer suported:
One of the major upgrades is replacing Apache as the front-end server
to handle all of your web-content delivery, this will be replaced by
Nginx.It was a hard decision, but it's one we must make to improve service
to our customers today, and in the future. Its important you know what
the impact of this is , as it will affect the behavior of your
website.The main reason for the switch was for speed, in which you will notice
as soon as the switch is made, in which we plan to deploy 1-2 weeks
from today.
How would this affect my website?The only impact would be .htacess files, Nginx does not support it,
means all of your mod_rewrite rules would have to be converted to nginx
rewrite rules. Since nginx uses conditional code for rewrite rules,
its easy to do so, and there is a lot of websites out there describing
how to do so, like: