Jump to content

Michael

Moderators
  • Posts

    9,521
  • Joined

  • Last visited

  • Days Won

    185

Michael last won the day on June 11 2021

Michael had the most liked content!

About Michael

  • Birthday 01/21/1992

Contact Methods

  • Website URL
    https://danceandroid.com
  • Wire
    @Atlanical

Profile Information

  • Gender
    Male
  • Location
    : Alcester

Recent Profile Visitors

24,998 profile views

Single Status Update

See all updates by Michael

  1. facing problem External Domain Availability Check

    flowed procedure :

     First go to (for edit) /{blesta-install-directory}/config/blesta.php & search following line: Configure::set("Blesta.csrf_bypass",array());

    Now replace that line with following code (No need to disable automatic csrf token protection for whole site): array('config::preconfig','domain_from::index')

     

    this is my cod for external page

    <div class=" section-domian clearfix">

          <h2>Register Domain Name here !</h2>

     <form class="form-inline domainsearch clearfix" method="post"action="clients/order/config/preconfig/Domains">

    <div> <input type="text" class="form-control" name="domain" placeholder="Search your domain name"/> </div> <div> <button type="submit" name="lookup" value="l" class="" style="width:100%">Search</button> </div>

    </form>

    </div>

     

    this is my output

    Not Found The requested URL /clients/order/config/preconfig/Domains was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. please help me ...

×
×
  • Create New...