View Issue Details

IDProjectCategoryView StatusLast Update
0016566mantisbtauthenticationpublic2014-12-08 02:07
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.0dev 
Target Version1.3.0-beta.1 
Summary0016566: New captcha does not work with apache
Description

This is due to .htaccess restrictions put in place in library/ directory

https://github.com/mantisbt/mantisbt/commit/8783c4d09af9b61a203460726c02f17970f34829#commitcomment-4486868

Adding a .htaccess file in library/securimage seems to fix the issue <pre>
allow from all
</pre>

Additional Information

HTML 403 Forbidden

You don't have permission to access /mantis/library/securimage/securimage_show.php on this server.

Apache/2.2.22 (Ubuntu) Server at localhost Port 80

TagsNo tags attached.

Activities

govind

govind

2013-12-01 22:04

reporter   ~0038677

sdfgdf

Related Changesets

MantisBT: master 8783c4d0

2013-09-30 20:52

vboctor


Details Diff
Add .htaccess to protect library folder the same way core folder is protected. Affected Issues
0016566
add - library/.htaccess Diff File

MantisBT: master dee2bba6

2013-11-01 08:52

dregad


Details Diff
Add .htaccess file in library/securimage

PHP files in this directory must be accessible, as they are referenced
from the signup page. Without this, the feature may not work under
Apache depending on how it's configured.

Fixes 0016566
Affected Issues
0016566
add - library/securimage/.htaccess Diff File