Jump to content

motuka

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by motuka

  1. Hello all :blesta:

     

    Hope you all doing good. First am grateful for this great tool called :blesta: I have finished setting up domain and hosting order pages. I wanted to know, is it possible to add other services like Web design, SEO, etc... to the order form so that when the client comes in this procedure it adds up to the cart:

     

    Order page > Add Domain > Add Hosting Plan > Add Web design > add anything else > Cart > checkout ? Is it possible and also if he does not need one or some of the services he can simply skip e.g. Skip (has own domain) > Hosting package > Skip (has own website) >  Other (eg marketing) > cart > checkout ?

     

    I installed the universal module but did not understand some bits, it is asking where to post order, so I am not sure :unsure:  what to setup.. Kindly help me with step-by-step guide.

     

    Regards,

    :blesta: :blesta:  :blesta: :blesta:  :blesta: :blesta:  :blesta:

  2. And I did not use the internal .htaccess for this: in other words, I left those two lines commented:  :rolleyes:

    I then added this immediately after RewriteEngine on


    #First rewrite any request to the wrong domain to use the correct one (here www.)
    RewriteCond %{HTTP_HOST} !^www\.
    RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
     
    #Now, rewrite to HTTPS:
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
     
    ****This redirects all requests to https://www, if you want you can modify it. :P
  3.  

    Hi mate,

     

    I do this using the web server only but have to make sure that Blesta is never configured to handle it (otherwise redirect looping occurs). All order pages have Force Secure Connection (HTTPS) un-checked.

     

    For those that are using nginx:

    #catch all http 80 and redirect to https 443
    server {
    
          listen 80;
          return 301 https://$host$request_uri;
    
    }
    
    

    Most resellers have no access to root. So the easiest way is .htaccess :blesta:^_^

  4. Helloo!  :blesta:  

     

    I apologize first for not knowing where to post.. 

    I want to ask, Is it possible to create a package for hosting and assign it to LogicBoxes? I have an account under NetEarthOne and wanted to know if the email reseller that I have there can work instead of confusing a lot of stuff with the cPanel server... B)  Hope you got my question. :rolleyes:

  5. To remove an invoice in Blesta, you have to go directly to the database. .

    That is hacking now, meaning you are a robber to the business! You do not need to do that. The only thing I can ever try to look in the database is the admin password, if at all there was only one admin.

  6. Correct me if I'm wrong, but if you create one package per price range per example, then if you ever need to change the price, you can simply untick a domain in one package and tick it in another, no?

    For promotions you could create a new package with just that domain.

    Wait, i will also ask. if a client registered a .com from one reseller and at one point i change the .com registrar to another module, when he is renewing, what will happen? For example his domain is listed on ResellerClub, renewal goes to NameCheap, definitely it MUST fail! Am i wrong?

  7. Now I have renamed mine to /home/my_name/public_html/blesta_dir/app/view/my_custom and edited it. I want to apply it. Going to mydomain.tld/blesta_dir/admin//settings/company/lookandfeel/template/ I only see bootstrap and bootstrap! How do I know which bootstrap I need? I need a friendly way, where is template name stored???? Kindly help.

     

    **************************************************************************************************************************************************************************

    EDIT: I got it. config.json

    **************************************************************************************************************************************************************************

  8. Hello, I have blesta installed in subdomain.mysite.tld and is running fine. I made a mistake somewhere that if I try to use https://subdomain I am presented by main site homepage. I was thinking of having it in https://maindomain/subdirectory but I am not sure the steps to take. Using it directly like that gives me error that my license is expired. kindly someone help me transfer this. Would be very grateful.

     

    Regards,

    HostMy5

×
×
  • Create New...