Announcement

Collapse
No announcement yet.

MMT on a dev store

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    MMT on a dev store

    When using MMT on a dev store with the default config, I'm thinking I need to remove the password-protected folder status. So the question is, In order to prevent bots and spiders, etc from crawling the site I need to set a disallow all condition in the robots.txt?

    Example:

    Code:
    User-agent: *
    Disallow: /
    Thanks,
    Scott
    Need to offer Shipping Insurance?
    Interactive Design Solutions https://www.myids.net
    MivaMerchant Business Partner | Certified MivaMerchant Web Developer
    Competitive Rates, Custom Modules and Integrations, Store Integration
    AutoBaskets|Advanced Waitlist Integration|Ask about Shipping Insurance Integration
    My T-shirt Collection is mostly MivaCon T-shirts!!

    #2
    MMT will work on password protected sites so don't remove that.

    PHP Code:
    mmt credential add --help 
    That command will show you the command line options. They should be --http-basic-auth-username / --http-basic-auth-password
    David Carver
    Miva, Inc. | Software Developer

    Comment


      #3
      Thanks, David.

      Scott
      Need to offer Shipping Insurance?
      Interactive Design Solutions https://www.myids.net
      MivaMerchant Business Partner | Certified MivaMerchant Web Developer
      Competitive Rates, Custom Modules and Integrations, Store Integration
      AutoBaskets|Advanced Waitlist Integration|Ask about Shipping Insurance Integration
      My T-shirt Collection is mostly MivaCon T-shirts!!

      Comment

      Working...
      X