vBulletin Search Engine Optimization
This is a discussion on Cant access subfolder in the forums dir has .htaccess of its own within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi I have a folder in my forums directory with an .htaccess file in it which asks for password, AuthType.. ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Cant access subfolder in the forums dir has .htaccess of its own
Hi I have a folder in my forums directory with an .htaccess file in it which asks for password, AuthType.. When I try to access the folder www.site.com/thefolder it redirects me back to www.site.com I tried adding RewriteEnginge off to the subfolder aswell as a new conditional to vbseo's htaccess RewriteCond %{REQUEST_FILENAME} !thefolder Yet nothing helps. Thanks. |
|
#2
| ||||
| ||||
| Re: Cant access subfolder in the forums dir has .htaccess of its own
Strange, because I have password protection using .htaccess on my admincp directory (which is under my forums directory) and I can access it fine (after entering the userid/password).
__________________ Keith Cohen / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. My Personal Sites: My Blog | GPS Discussion Forum |
|
#3
| |||
| |||
| Re: Cant access subfolder in the forums dir has .htaccess of its own
If we remove the .htaccess file it works fine
|
|
#4
| ||||
| ||||
| Re: Cant access subfolder in the forums dir has .htaccess of its own
Hi drp, please try to set "File not found" handler in your vbseocp to "Send 404 HTTP code" (I guess you have it set to "Redirect to homepage" now)
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#5
| |||
| |||
| Re: Cant access subfolder in the forums dir has .htaccess of its own
Now it says Page not found
|
|
#6
| ||||
| ||||
| Re: Cant access subfolder in the forums dir has .htaccess of its own
I have mine set to redirect to the forum home for File Not Found also. Here's the contents of the .htaccess in my AdminCP directory, if it'll help: Code: AuthUserFile /usr/www/users/myusername/forums/admincp/.passwd AuthName "Protected" AuthType Basic <Limit GET POST PUT> require valid-user </Limit> <Files .passwd> deny from all </Files>
__________________ Keith Cohen / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. My Personal Sites: My Blog | GPS Discussion Forum |
|
#7
| |||
| |||
| Re: Cant access subfolder in the forums dir has .htaccess of its own
This is mine: Code: RewriteEngine Off AuthType Basic AuthName "protected area" AuthUserFile "/home/myuser/.htpasswds/thefolder/passwd" require valid-user deny from env=_bad_referer deny from env=_bad_agent |
|
#8
| ||||
| ||||
| Re: Cant access subfolder in the forums dir has .htaccess of its own
Please check your webserver configuration (httpd.conf): it is possible that you have an "ErrorDocument 401 /path/to/document" directive in it AND the file it refers to ("/path/to/document") does not exists.
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#9
| ||||
| ||||
| Re: Cant access subfolder in the forums dir has .htaccess of its own
Ah yes, good point. I do have a valid 401 redirect set in my config.
__________________ Keith Cohen / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. My Personal Sites: My Blog | GPS Discussion Forum |
|
#10
| |||
| |||
| Re: Cant access subfolder in the forums dir has .htaccess of its own
Yes!! That was it! Thanks! |
|
#11
| ||||
| ||||
| Re: Cant access subfolder in the forums dir has .htaccess of its own
Ok, great
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Add "www." in .htaccess | Jason|Xoxide | Custom Rewrite Rules | 8 | 03-31-2006 12:54 PM |