Title: Protect URL
Last modified: August 21, 2016

---

# Protect URL

 *  Resolved [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/protect-url/)
 * How can I protect the URL from someone just bypassing the pay section if they
   know the URL?
 * Example: “www.example.com/cool-page” Is part of members only section
 * so if someone knew or shared that URL with someone the could just copy and paste
   into the address bar and not have to pay.
 * How can I stop this?
 * Thanks
 * [http://wordpress.org/plugins/membership/](http://wordpress.org/plugins/membership/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Jack K](https://wordpress.org/support/users/jack-kitterhing/)
 * (@jack-kitterhing)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/protect-url/#post-4323909)
 * Hi there [@jmeyer2485](https://wordpress.org/support/users/jmeyer2485/),
 * I hope your well today and thanks for your question.
 * In membership > access levels, you can set and define your access levels.
 * For example, if your using negative rules, create a level called “Visitors”, 
   in that drag across the “Pages” rule, and check of the relevant pages you don’t
   want them to access.
 * Once your levels are set, go to membership > options and set the stranger level,
   as the newly created “Visitor Level”
 * Next up, go to Membership > options > membership pages. And make sure a “Protected
   Content” Page has been set, if not set that and save.
 * Now when a visitor tries to access “www.example.com/cool-page” it’ll redirect
   them to the protected content page 🙂
 * Thanks!
 * Kind Regards
    Jack.
 *  Thread Starter [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/protect-url/#post-4323913)
 * Awesome thanks!! Also how do I get images under the subscription box where the
   can select the subscription? I can put images inside the page but all images 
   go on top on the subscription section. And… can I edit the subscription box background
   color?
 *  Plugin Author [Ashok](https://wordpress.org/support/users/bappidgreat/)
 * (@bappidgreat)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/protect-url/#post-4323927)
 * Hi there
 * Yes, you can change the background color. You need to write some css code. Would
   you please share me a link of that page, so that I can check and suggest you 
   some code?
 * Cheers
    Ash
 *  Thread Starter [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/protect-url/#post-4323929)
 * I would rather private share that information. Is there a way to contact you 
   privately?
 *  Plugin Support [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/protect-url/#post-4323930)
 * Hey there.
 * You could send it through our contact forms, and mark it to Ashe’s attention.
 * Also include a link back here so that he can see what it relates to.
 * [http://premium.wpmudev.org/contact/](http://premium.wpmudev.org/contact/)
 * Cheers.
 *  Plugin Author [Ashok](https://wordpress.org/support/users/bappidgreat/)
 * (@bappidgreat)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/protect-url/#post-4323933)
 * Hi [@jmeyer2485](https://wordpress.org/support/users/jmeyer2485/)
 * I got the link. Thank you.
 * > Also how do I get images under the subscription box where the can select the
   > subscription? I can put images inside the page but all images go on top on 
   > the subscription section.
 * You need to edit in the code to show image inside the form. Otherwise, if you
   open to use some js, I can help with that, please let me know.
 * > can I edit the subscription box background color?
 * Use the following css in your stylesheet:
 * For the inner box:
 *     ```
       .bottombar{
       background: #dedede !important; /* change it to your color code */
       }
       ```
   
 * For the outer box:
 *     ```
       .pricebox{
       background: #dedede !important; /* change it to your color code */
       }
       ```
   
 * Please let me know if it works for you.
 * Cheers
    Ash
 *  Plugin Author [Ashok](https://wordpress.org/support/users/bappidgreat/)
 * (@bappidgreat)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/protect-url/#post-4323938)
 * Hi there
 * I just got your email. For that you can use what I suggested above for inner 
   box:
 *     ```
       .bottombar{
       background: #dedede !important; /* change it to your color code */
       }
       ```
   
 * N.B.: Never disable right-click on the site during development, it can’t prevent
   much but increase disturbance for the developer 🙂
 * Cheers
    Ash
 *  Plugin Author [WPMU DEV – Your All-in-One WordPress Platform](https://wordpress.org/support/users/wpmudev/)
 * (@wpmudev)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/protect-url/#post-4323983)
 * Hey there.
 * We haven’t heard from you in awhile, so I just wanted to check in to make sure
   all was good.
 * This thread was marked resolved, but please, if you still need help then just
   respond and open it back up. We can then take it from there. 🙂
 * Hope you have a fantastic day!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Protect URL’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/membership_b8cdaa.svg)
 * [Membership 2](https://wordpress.org/plugins/membership/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/membership/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/membership/)
 * [Active Topics](https://wordpress.org/support/plugin/membership/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/membership/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/membership/reviews/)

 * 8 replies
 * 5 participants
 * Last reply from: [WPMU DEV – Your All-in-One WordPress Platform](https://wordpress.org/support/users/wpmudev/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/protect-url/#post-4323983)
 * Status: resolved