Create A Password Protected LIVE Development Staging Area

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2024

Комментарии • 19

  • @jherbison
    @jherbison  Год назад +2

    I use this on all new sites! Hope you enjoy the video. Let me know if you use a live staging area or development on localhost?

  • @outpost31737
    @outpost31737 Год назад +1

    Hey Joshua. I use Local it's fantastic for building WordPress platforms.

    • @jherbison
      @jherbison  Год назад

      Yes, it is the fastest too, but just not as easy to share the progress with the client.

  • @srdjagunjic
    @srdjagunjic Год назад +1

    Very clever, thanks for the video!

  • @waaelg
    @waaelg Год назад +1

    very helpful! thank you.

    • @jherbison
      @jherbison  Год назад

      Thank you for watching and commenting.

  • @farhansheikh3225
    @farhansheikh3225 Год назад +1

    I hope you make more videos this year

    • @jherbison
      @jherbison  Год назад

      Going to try, RUclips doesn’t make it easy! Epidemic sound copyrighted my video for the intro I made almost 5 years ago. I paid them over $700 and used one song. 12 seconds from a 24 minute video.

  • @christopherakins9452
    @christopherakins9452 6 месяцев назад +1

    Looks like a good solution. Just curious how this approach differs or is better than using something like the Password Protected plugin by WPExperts or similar?

    • @jherbison
      @jherbison  6 месяцев назад

      Some use prebuilt plugins and some like to build them. I like to build them to do exactly what I want them to do.

  • @andrewferguson7859
    @andrewferguson7859 Год назад

    Interesting approach. I think storing any sensitive information in browser session storage is not a good practice.
    Don’t most hosting providers have functionality for securing access to a site? A site I support does, and I do not believe it is a mainstream hosting provider, so I would be surprised if other hosts did not have similar functionality.
    Assuming the hosting provider has the capability mentioned above, that would, in my view, be a better solution, as that would happen before anything from the site loads, regardless of if the site is WordPress based or some other platform.
    To me, something is better than nothing, but just be careful you understand the possible limits. For some sites, this is may not be much of a concern, but if someone really wants to get in, the session provides a potential attack surface.

    • @jherbison
      @jherbison  Год назад +1

      The session isn't on the browser. It is on the server. Some systems do provide this ability, we like to do a lot of things with code that we control. Thanks for watching and commenting.

    • @andrewferguson7859
      @andrewferguson7859 Год назад

      @@jherbison thank you for the clarification. That makes the approach much more appealing to me, especially as you mentioned it is in code that we control, which does make it a bit more flexible.

  • @onelook1870
    @onelook1870 Год назад

    How to change login url?

  • @GurunathPicks
    @GurunathPicks Год назад

    Hi Joshua , kindly explain how PHP future in 2023 and coming years.