Skip to content

Commit a1a796e

Browse files
committed
fixing setup bugs
1 parent 047c698 commit a1a796e

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
In linux, to enable the mod_rewrite in apache, try to execute this command:
7171
`sudo a2enmod rewrite`
7272

73-
Note that you must have your apache (or web server) configured to read the htaccess settings, having the following options in your vhost:
73+
Note that you must have your apache (or web server) configured to read this framework htaccess files. Please be sure that you have the following settings for the framework root directory, in your correspondent web server conf file:
7474
AllowOverride All
7575
7676
#(optional) in case you have symbolic links in your root directory

app/setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ function checkSubFilesPermission($file, $optional_files, &$main_status) {
361361
<li>sudo a2enmod rewrite</li>
362362
</ul>
363363
<br/>
364-
Note that you must have your apache (or web server) configured to read the htaccess settings, having the following options in your vhost:
364+
Note that you must have your apache (or web server) configured to read this framework htaccess files. Please be sure that you have the following settings for the framework root directory, in your correspondent web server conf file:
365365
<ul>
366366
<li>AllowOverride All<br/>
367367
<br/>

other/authdb/user.tbl

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)