Announcement

Collapse
No announcement yet.

MMT on a dev store

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

  • ids
    replied
    Thanks, David.

    Scott

    Leave a comment:


  • dcarver
    replied
    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

    Leave a comment:


  • ids
    started a topic MMT on a dev store

    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
Working...
X