htacces problem, and _basedir restriction in effect

Vyřešeno1.09K zhlédnutíWebSite
0

Hello!

I have manually installed wordpress on alias domain regal-tech.sk

After install some issues ocured.

*_basedir restriction in effect. File(/) is not within the allowed path(s): (/data/web/virtuals/259032/virtual) in /data/web/virtuals/259032/virtual/www/domains/regal-tech.sk/wp-admin/options-permalink.php on line 147

*_basedir restriction in effect. File(/) is not within the allowed path(s): (/data/web/virtuals/259032/virtual) in /data/web/virtuals/259032/virtual/www/domains/regal-tech.sk/wp-admin/includes/misc.php on line 266

*If your .htaccess file was writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

What can I do to repair this?

Thanks in advance

Role: Zákazník
Otázka je uzamčena pro nové odpovědi.
PZ305390 Vybral nejlepší odpověď 8. 4. 2021
0
49.30K Odpověď od WEDOS Internet, a.s. 0 Comments

Hello,

is the problem with URL happening on regal-tech.cz or regal-tech.sk? Do you have two separate wordpress instalations for both domains or do you want to use multiple domains for one instalation?

Just make sure you have correct URL set in wordpress administration or database for each installation – if that is the case. In case these are indeed two separate installations (placed in their respective folders in /www/domains – if one is sitting in /www, it is better to place it in domains) the problem might be in your /www/.htaccess file.

The .htaccess files in folders of your WP installations should better contain default WP rules only. In /www/.htaccess you should then have our default rules only.

The rules for redirecting all request to https can be placed inside wordpress .htaccess file in your wordpress installation folder. You can see the rules here.

You also need to add alias to the certificate and apply the changes for the SSL to work properly.

In case the problem still persist, please send us the paths to your wordpress installations and also content of all the .htaccess files.

Role: Podpora
PK265670 Odpověděl na otázku 7. 4. 2021
Prohlížíte 1 ze 4 odpovědí, klikněte zde pro zobrazení všech odpovědí.