Installing Deployment Package
Cache Folder
Checking for /cache folder...
Cache folder exists!
Pretty URL Install
Pretty URL test: http://how-to-get.site/deployment-test
Non-Pretty URL test: http://how-to-get.site/?deployment-test (Notice the added ?
question mark)
Checking for .htaccess file...
Htaccess file is set in place and appears to be working. Please test with the Pretty URL link above.
Summary
- Change your homepage (currently this page). Edit the file config.php and change the line
"default"=>"install",
to
"default"=>"my-private-uri",
- When you are satisfied, delete the install.php file.
Ping Tests
Attempting to ping URL: https://www.google.comSuccessfully pinged https://www.google.com
Debug Information
- Target config file: /home/gnrators/public_html/how-to-get.site/config.php
- Target cache folder: /home/gnrators/public_html/how-to-get.site/cache
- Target .htaccess template: /home/gnrators/public_html/how-to-get.site/htaccess_template.txt
Config Dump
Array
(
[api_key] => 8e095a789d749b439a72
[debug] =>
[default] => install
[cache_time] => 86400
[curl_mode] => curl_pref
[server_url] => http://deployment.adbluemedia.com/api.php
[download_time] => 1728059085
)