Jump to content

Adedapo

Member
  • Posts

    6
  • Joined

  • Last visited

About Adedapo

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Adedapo's Achievements

Junior Member

Junior Member (1/3)

1

Reputation

  1. Kindly try again, It is going through. You can try it now and see
  2. Thanks for the advise. I have changed my IP and it has also been whitelisted on the domain registrar account. See the content of my .htaccess file ### BEGIN - WHMCS managed rules - DO NOT EDIT BETWEEN WHMCS MARKERS ### <IfModule mod_rewrite.c> RewriteEngine on # RewriteBase is set to "/" so rules do not need updating if the # installation directory is relocated. It is imperative that # there is also a RewriteCond rule later that can effectively get # the actual value by comparison against the request URI. # # If there are _any_ other RewriteBase directives in this file, # the last entry will take precedence! RewriteBase / # Redirect directories to an address with slash RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+[^/])$ $1/ [R] # Send all remaining (routable paths) through index.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # Determine and use the actual base RewriteCond $0#%{REQUEST_URI} ([^#]*)#(.*)\1$ RewriteRule ^.*$ %2index.html [QSA,L] </IfModule> RewriteCond %{HTTP_HOST} ^.*$ #RewriteRule ^/?$ "https\:\/\/hostloni\.com\/" [R=301,L] ### END - WHMCS managed rules - DO NOT EDIT BETWEEN WHMCS MARKERS ### # BEGIN cPanel-generated php ini directives, do not edit # Manual editing of this file may result in unexpected behavior. # To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor) # For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI) <IfModule php7_module> php_flag display_errors Off php_value max_execution_time 30 php_value max_input_time 60 php_value max_input_vars 1000 php_value memory_limit 128M php_value post_max_size 8M php_value session.gc_maxlifetime 1440 php_value session.save_path "/var/cpanel/php/sessions/ea-php74" php_value upload_max_filesize 2M php_flag zlib.output_compression Off php_value allow_url_fopen On </IfModule> <IfModule lsapi_module> php_flag display_errors Off php_value max_execution_time 30 php_value max_input_time 60 php_value max_input_vars 1000 php_value memory_limit 128M php_value post_max_size 8M php_value session.gc_maxlifetime 1440 php_value session.save_path "/var/cpanel/php/sessions/ea-php74" php_value upload_max_filesize 2M php_flag zlib.output_compression Off php_value allow_url_fopen On </IfModule> # END cPanel-generated php ini directives, do not edit
  3. This has been fixed now. You can now visit the website to try purchase a domain. However, I am still facing the domain search issue
  4. Good day all, I am facing issues with my website, So I run a hosting company were people can go to and search availability of domain names and then get to buy if available. Recently, we migrated from one server to another and noticed our clients can not get past the part that searches for Domain name availability before clicking to place order, it just keeps rotating without displaying anything, We have tried all the troubleshooting we can like updating the .htaccess files, updating WHMCS and have even changed template for that particular part of the website which was done recently all to no avail. I don't know if anyone has encountered this problem before and can share the solution with me. Kindly help me visit this link www.hostloni.com and try searching to purchase a Domain name for a better understanding of this issue.
  5. @SIDEGURU can you please paste in the .htaccess file here, I am having the same issue. Thanks
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated