Results 1 to 5 of 5

people can see in folders.

This is a discussion on people can see in folders. within the Troubleshooting forums, part of the vBSEO SEO Plugin category; People can see in the folder Index of /forums/arcade and that has never been like that until installing vbseo . ...

  1. #1
    Senior Member
    Real Name
    Matt
    Join Date
    May 2006
    Posts
    973
    Liked
    4 times

    people can see in folders.

    People can see in the folder Index of /forums/arcade and that has never been like that until installing vbseo.

    The arcade is here Gamerz Needs - For All Your Gaming Needs!

    The arcade folder is chmod 755 which is normal, and I have checked everyone elses arcade and there folder does not let you see inside it.

    I'm kinda worried that maybe other folders may be able to be exploited now.

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    You need to put a blank index.html in that directory. That wouldn't be caused by vBSEO though.... Maybe you accidentally deleted the index.html that comes with arcade?

    vBulletin comes with blank index.html files in most directories to prevent directory browsing.

  3. #3
    Senior Member
    Real Name
    Matt
    Join Date
    May 2006
    Posts
    973
    Liked
    4 times
    Quote Originally Posted by Keith Cohen
    You need to put a blank index.html in that directory. That wouldn't be caused by vBSEO though.... Maybe you accidentally deleted the index.html that comes with arcade?

    vBulletin comes with blank index.html files in most directories to prevent directory browsing.
    Okay thanks, I've just learnt something, so in future If I create a folder, and put stuff in it that i dont want people to see, i just put blank index.html in it.


    How do I do this:
    In vbseo I made it so any 404 is redirected to the forums, however, that only works from /forums/on..... and does not work for /on... So how do I get this redirect to work.

    thanks.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello Matt,

    you can create the following .htaccess file in the site's root:
    Code:
    RewriteEngine on
    RewriteCond %{REQUEST_FILENAME} !forums/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule (.*) http://www.site.com/ [L,R=301]

  5. #5
    Senior Member
    Real Name
    Matt
    Join Date
    May 2006
    Posts
    973
    Liked
    4 times
    Worked perfectly. thanks.

Similar Threads

  1. Folders or .html?
    By Michael in forum URL Rewrite Settings
    Replies: 5
    Last Post: 01-02-2006, 02:18 PM
  2. Replies: 0
    Last Post: 10-08-2005, 10:41 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
  •