Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
"Just to roll out all files and a DB" - it is possible. To transfer the site, you will need:
1. Upload files to the host (preferably in an archive)
2. Write new data in config/config.php: database, database user, database password
3. Clean compiled/our_theme/ folder and simpla/design/compiled
4 Write the full path to .passwd in /simpla/.htaccess
To find out in step 4 the full path to the file, you can create a php file with the code:
<?php
echo 'Полный путь к сайту: ';
echo $_SERVER['DOCUMENT_ROOT'];
echo '/';
?>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question