D
D
dk-web2015-09-23 12:23:43
htaccess
dk-web, 2015-09-23 12:23:43

How to transfer a site to hosting?

Br... how do you test websites? a rhetorical question... I
uploaded the new version to the hosting and immediately, of course, server errors...
I would be grateful for the checklist before transferring to the hosting...
Rewrite the config there under the web, htaccess? what paths to set?...
Right now... done...
Options -MultiViews
RewriteEngine On
RewriteBase /home/u177801/mysiteru/www
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(. +)$ index.php?url=$1 [QSA,L]
and doesn't work((
otherwise every time after the transfer.. hell starts in a hurry...

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman Kitaev, 2015-09-23
@deliro

We write tests, read articles, we don’t even disdain documentation.

D
Dmitry, 2015-09-23
@mytmid

RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question