Frequently Asked Questions
/ FAQ

Order a free and secure site migration from another hosting to our one,
your site will always be accessible to visitors during the migration.

Home -> Frequently Asked Questions / FAQ

Frequently Asked Questions/ FAQ

Just register on our hosting and we will secure migrate your site to Hostia.Net hosting.

image
Navigation:
test
With .htaccess, why aren't the PHP.INI settings changed?

The hosting has disabled php.ini management with the .htaccess file most php.ini functions you can control in DirectAdmin - "PHP.INI settings".

Does your hosting service support mod_rewrite?

Yes, the hosting supports mod_rewrite on any hosting plan.

How can I block access to a website to a specific IP address?

To do this, write in the .htaccess file: Order Deny,Allow Allow from all Deny from IP

How do I redirect to another domain?

To do this, write in the .htaccess file: Redirect / http://www.domain.com

How do I disable the technical hosting domain?

To do this, write in the .htaccess file: RewriteEngine on RewriteCond %{HTTP_HOST} !^YOUR_DOMAIN$ RewriteRule (.*) http://YOUR_DOMAIN/$1 [R=301,L] This will redirect from the technical domain to the primary domain.

My site is accessible from an IP address, how do I remove it?

To do this, write a protection in the .htaccess file: RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !^hostia.net$ [NC] RewriteRule ^(.*)$ https://hostia.net/$1 [L,R=301]

How can I enable PHP code execution in .html files?

To do this, write in the .htaccess file: AddHandler x-httpd-php5 .html .htm.

image

Couldn't find the answer?
Help page

Here are the hosting instructions. If you can't find an answer to your question, check out the FAQ.

Go to