-
Notifications
You must be signed in to change notification settings - Fork 0
agrbin/mrasp
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
TODO:
transformirati bazu na tunu
da bi se pokrenulo app/cache cijeli folder mora biti pisljiv od web servera.
tamo ce se spremati fajla log.txt u kojoj pisu podatci o zadnjem pokretanju
skripte, smarty templateovi i sl.
chgrp www-data app/cache
chmod g+w app/cache
takodjer, tuna_override se moze koristiti za spojit se na neku drugu bazu
chgrp www-data app/plugin/tuna_override.php
primjer lighttpd konfiugracije za rewrite:
url.rewrite-once = (
"^/~agrbin/mrasp/static/(.*)$" => "/~agrbin/mrasp/static/$1",
"^/~agrbin/mrasp/(.*)$" => "/~agrbin/mrasp/index.php/$1",
)
primjer apache konfiguracije:
RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ /~agrbin/knoge/index.php/$1 [L]
About
mrasp mobile rasp
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published