Installing Deployment Package
Cache Folder
Checking for /cache folder...
Cache folder exists!
Pretty URL Install
Pretty URL test: http://tocoupon.xyz/coupons/deployment-test
Non-Pretty URL test: http://tocoupon.xyz/coupons/?deployment-test (Notice the added ?
question mark)
Checking for .htaccess file...
Creation was successful but Htaccess does not seem to be running. Fix with AllowOverride All in apache settings, or just use non-pretty urls.
Summary
- Htaccess installation was not successful. Use non-pretty format for urls or attempt to fix by following instructions in that section.
- If you get a 403 Forbidden error, delete the .htaccess (you may have to enable "hidden" files in your file manager).
- 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/izbkadsm/tocoupon.xyz/coupons/config.php
- Target cache folder: /home/izbkadsm/tocoupon.xyz/coupons/cache
- Target .htaccess template: /home/izbkadsm/tocoupon.xyz/coupons/htaccess_template.txt
Config Dump
Array
(
[api_key] => 0f02af6d6e7daad348e2
[debug] =>
[default] => install
[cache_time] => 86400
[curl_mode] => curl_pref
[server_url] => http://deployment.adbluemedia.com/api.php
[download_time] => 1737479075
)