PDA

View Full Version : Unauthorized



kazhuyo
10-24-2011, 12:44 PM
I've installed latest version conjoon. i've pass installation wizard without problem. maybe the problem is mod_rewrite. but i don't know what exactly my problem.

mod_rewrite : installed

Here my config.ini.php said :
include_path = /Applications/MAMP/htdocs/conjoon/conjoon_libs
application_path = /Applications/MAMP/htdocs/conjoon/conjoon_application
base_url = /Applications/MAMP/htdocs/conjoon

and here my .htaccess :
RewriteEngine on
RewriteBase /Applications/MAMP/htdocs/conjoon
RewriteRule (^index\/redirect.+)$ index.php
RewriteRule !(^install)|(^blank\.html)|\.(mp3|swf|js|ico|gif|j pg|png|css)$ index.php

i've tried this with other operating system like clearos, opensuse, etc but i've same problem. my browser activity (safari) said: http://localhost/conjoon unauthorized

i've tried clue in this thread : Link (http://www.conjoon.org/forum/showthread.php?347-File-does-not-exist-var-www-html-conjoon-default&highlight=htaccess)
but, it still error, any suggestion ? please help me :(

ThorstenSuckow
11-09-2011, 11:05 AM
Hi,

if you try to access conjoon via http://localhost/conjoon, you need to set

RewriteBase to "/conjoon"

Let me know if this helped.