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

Hello again!

The problem is partially resolved.

Apparently, I have the wrong URL address on my WordPress site on a domain

regal-tech.sk

When I type this link into a browser, redirection leads to

„https://regal-tech.cz/domains/regal-tech.sk“

Instructions on wedos.cz are to make a change in WP setings>general

WordPress address (URL), and Site address (URL) from:

„https://regal-tech.cz/domains/regal-tech.sk“

to:

„https://regal-tech.sk“

When I doo so  URL in the address bar looks OK, but then it looks like the browser ignores WordPress entirely, and displays pages just like text without styling, and with no media.

Also in this case the site is insecure (not recognizing SSL certificate)

I have .htaccess file in /www/domains/regal-tech.sk/

with following code inside

1
2
3
4
5
6
7
8
9

# BEGIN WordPress
 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]
 # END WordPress

I have also tried with code from section
Aliases and incorrect URLs

Aliases and incorrect URLs

but nothing helps.

Role: Zákazník
PZ305390 Vybral nejlepší odpověď 8. 4. 2021
Prohlížíte 1 ze 4 odpovědí, klikněte zde pro zobrazení všech odpovědí.