Results 1 to 10 of 10

htaccess protecting my vbseocp?

This is a discussion on htaccess protecting my vbseocp? within the General Discussion forums, part of the vBulletin SEO Discussion category; Hi im thinking of htaccess protecting my vbseo , can i do this without effecting my vbseo performance at all? ...

  1. #1
    Member
    Real Name
    maksam
    Join Date
    Apr 2008
    Posts
    80
    Liked
    0 times

    htaccess protecting my vbseocp?

    Hi im thinking of htaccess protecting my vbseo, can i do this without effecting my vbseo performance at all?

    Cheers

  2. #2
    Senior Member
    Real Name
    dave
    Join Date
    Jun 2006
    Posts
    348
    Liked
    0 times
    Blog Entries
    1
    Quote Originally Posted by Kayz View Post
    Hi im thinking of htaccess protecting my vbseo, can i do this without effecting my vbseo performance at all?

    Cheers
    I'm not sure if you can do that, since that file is called in other scripts it may prompt for the password to access any section of the site that uses vbseo.

  3. #3
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    just make sure its 644 when your done playing with settings.

    that way, even if they break your password, they can't write anything to the config file.

  4. #4
    Member
    Real Name
    maksam
    Join Date
    Apr 2008
    Posts
    80
    Liked
    0 times
    Quote Originally Posted by briansol View Post
    just make sure its 644 when your done playing with settings.

    that way, even if they break your password, they can't write anything to the config file.

    I see but not htaccess protect?

  5. #5
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    it's pointless, really...

    considering, you use htaccess to direct to an htpassword file to do the protecting in the first place


    you CAN'T view an htaccess file by normal means anyway.

    try it

    yourdomin.com/forums/.htaccess

    nothing happens

  6. #6
    Senior Member
    Real Name
    dave
    Join Date
    Jun 2006
    Posts
    348
    Liked
    0 times
    Blog Entries
    1
    I think they want to protect the vbseocp.php file and not the actual .htaccess file (unless im confused or just read your post wrong)

  7. #7
    Member
    Real Name
    maksam
    Join Date
    Apr 2008
    Posts
    80
    Liked
    0 times
    Quote Originally Posted by FightRice View Post
    I think they want to protect the vbseocp.php file and not the actual .htaccess file (unless im confused or just read your post wrong)

    That is correct.

  8. #8
    Senior Member Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Liked
    0 times
    Blog Entries
    12
    1. CHMOD 644 the PHP file, as Brian said above.

    2. You can also IP protect the vBSEOCP via .htaccess :
    Code:
    <Files vbseocp.php>
    
    Order deny,allow
    Deny from all
    allow from put.your.IP.here
    
    # Example code :
    # allow from 121.145.245.102
    # Or if the last octet changes everytime you connect to internet,
    # ie, if you have a Dynamic IP, then :
    # allow from 121.145.245.
    
    </Files>

  9. #9
    Member
    Real Name
    maksam
    Join Date
    Apr 2008
    Posts
    80
    Liked
    0 times
    Quote Originally Posted by Shadab View Post
    1. CHMOD 644 the PHP file, as Brian said above.

    2. You can also IP protect the vBSEOCP via .htaccess :
    Code:
    <Files vbseocp.php>
     
    Order deny,allow
    Deny from all
    allow from put.your.IP.here
     
    # Example code :
    # allow from 121.145.245.102
    # Or if the last octet changes everytime you connect to internet,
    # ie, if you have a Dynamic IP, then :
    # allow from 121.145.245.
     
    </Files>

    Yes i know how to protect, i just wanted to know whether it will affect my vbseo in any way or form if i had htaccess protected it.

  10. #10
    Senior Member Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Liked
    0 times
    Blog Entries
    12
    Protecting the vbseocp.php file will not affect any of the vBSEO's site operations/performance.

Similar Threads

  1. Replies: 5
    Last Post: 05-12-2009, 04:29 PM
  2. Password protecting Admin CP not possible?
    By dutchbb in forum Troubleshooting
    Replies: 2
    Last Post: 09-14-2008, 05:22 PM
  3. .htaccess in forum root w/ exisiting .htaccess?
    By OttoBomb in forum Troubleshooting
    Replies: 5
    Last Post: 07-03-2007, 04:45 PM
  4. protecting "vbseo_cp.php" with htaccess
    By uyoruk in forum General Discussion
    Replies: 1
    Last Post: 07-30-2005, 07:56 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •