Problem with redaxo install

urs

Well-Known Member
#1
Hi

I'm trying to install redaxo cms on my litespeed server. In the install routine of redaxo is a test that a directory is not reachable.
I enabled the .htaccess but i still get an empty page if i try to reach a page in the folder and not an error page.
htaccess=
order deny,allow
deny from all

I still can open files in that folder....

any ideas how i can install redaxo?

regards

Urs
 
Last edited:

webizen

Well-Known Member
#2
make sure htaccess is honored.

admin cp => server => general => htaccess:
Allow Override => at least FileInfo check
Access File Name => .htaccess

also enable DEBUG log level (admin cp => Server => Log => Server Log)
Log Level => DEBUG
Debug Level = Low

check error log and see if htaccess is read (HTAccess in log entry).

2012-06-01 13:27:14.094 [DEBUG] [HTAccess] Updating configuration file [/home/lstestc/public_html/.htaccess]
2012-06-01 13:27:14.094 [DEBUG] [HTAccess] No change in configuration file [/home/xxxxx/.htaccess].
2012-06-01 13:27:14.094 [DEBUG] [HTAccess] Updating configuration file [/home/xxxxx/.htaccess]
2012-06-01 13:27:14.094 [DEBUG] [HTAccess] No change in configuration file [/home/xxxxx/.htaccess].
 
Top