elevatedx email configuration
Navigate to your elevated x admin portal and click on the settings icon on the top right side of your web browser window. Enter the…
Navigate to your elevated x admin portal and click on the settings icon on the top right side of your web browser window. Enter the…
This example illustrates how to redirect a directory or site to a different web site depending on your specific country codes using Apache’s htaccess. RewriteEngine…
In some cases, php opcache causes an incompatible php application to fail. Disabling for a single site instead of all sites is recommended: edit the…
To save a bit of bandwidth and score higher on search engine optimization reports, enable gzip compression for text based files. Remember, images and videos…
A quick test to see if GeoIP is working on your web server: What is my IP address and Country <? if (getenv(HTTP_X_FORWARDED_FOR)) { $pipaddress…
Sometimes you may want to block content from certain directories: – prevent apache from serving the files to prevent mass downloads while allowing your media…
Most clients and sites do not use xmlrpc function of WordPress so we block access to this file by our default apache configuration. An optional…
The free edition of the GeoIP database is not as accurate as the subscription based database. Test this by working inside a non important testing…
If your encoder, web service, and media service are all on one server, it is vital that you don’t let one service overrun your maximum…