NONE SSLTo force www in your URLs, place the following in the .htaccess.RewriteCond %{HTTP_HOST} !^www\.RewriteCond %{HTTPS} !=onRewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]To force non-www addresses, please use the followingRewriteCond…
We currently support the following PHP versions on our shared hosting servers: 5.6 7.1 7.2 7.3 7.4 8.0 8.1 Some servers may have hardened versions of older PHP versions. If you require such an old version, please contact support for details.
If you have a script installed at /example.com and you want http://example.com/ to show the contents of /example without the address bar changing, you can use the following rewrites to do this:RewriteEngine OnRewriteBase /RewriteCond %{REQUEST_URI}…
If you need PHP's memory limit to be increased, please do the following: Create a file called ".user.ini" in the folder of the script or the folder above (as long as the folder is still in the domain's directory) In the .user.ini file, place:…