Results 1 to 2 of 2

.htaccess general question 403 message

This is a discussion on .htaccess general question 403 message within the General Discussion forums, part of the vBulletin SEO Discussion category; Hi Vbseo , I have a general question about .htaccess, it is not seo question much but i didn't know ...

  1. #1
    Senior Member dhddl's Avatar
    Real Name
    Katie
    Join Date
    Jun 2007
    Posts
    182
    Liked
    5 times

    Exclamation .htaccess general question 403 message

    Hi Vbseo, I have a general question about .htaccess, it is not seo question much but i didn't know where to post it.

    If on my site, I don't want users or search engine to view the gallery, how can I add a 403 forbidden message to the .htaccess? so when anyone visit the gallery, they would see a 403 message.

    Also let say if i want only users, not guests to only access/view the gallery, how can i add this to .htaccess?

    I know that this code for example will only allow members not guests to upload images
    $userc = new user();
    if(!$userc->check_log())
    print "You need to log in.";
    exit;

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    You can protect a directory the same way as outlined for the admincp:
    Easy Security Tips for vBSEO customers - vBulletin SEO Forums

Similar Threads

  1. Replies: 1
    Last Post: 11-08-2010, 11:24 AM
  2. General Question
    By Webbstre in forum Pre-Sales Questions
    Replies: 13
    Last Post: 01-04-2010, 05:30 AM
  3. General Question
    By spj8082 in forum General Discussion
    Replies: 12
    Last Post: 11-17-2009, 04:44 PM
  4. A General Question
    By sohnaych in forum General Discussion
    Replies: 13
    Last Post: 11-23-2008, 07:55 PM
  5. General SEO question
    By Chris-777 in forum General Discussion
    Replies: 1
    Last Post: 05-04-2007, 10:37 AM

Posting Permissions

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