
shinehoster
-
Posts
3 -
Joined
-
Last visited
Everything posted by shinehoster
-
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 ...