mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
Add note about short open tags in web/README.
Since .htaccess was removed some people might have issues. Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
5b4e63c57f
commit
24865f2a4d
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@ Setup on Arch Linux:
|
||||||
|
|
||||||
PEAR's path may vary depending on your set up.
|
PEAR's path may vary depending on your set up.
|
||||||
|
|
||||||
|
- AUR does not work properly with PHP's short open tag enabled.
|
||||||
|
Be sure you have this in php.ini:
|
||||||
|
short_open_tag = Off
|
||||||
|
|
||||||
6) Configure MySQL
|
6) Configure MySQL
|
||||||
- Start the MySQL service. Example:
|
- Start the MySQL service. Example:
|
||||||
# /etc/rc.d/mysqld start
|
# /etc/rc.d/mysqld start
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue