| from | message |
|---|
eugene 1120 days ago | i got this installed and working, but the i cant link to a project properly.
i had to edit the js to remove the hardcoced sproutliner.com url and replace with mine, but i can access a project by adding /projectname
do i need to mod rewrite it?
thanks |
glen 1120 days ago | Good point, sorry I forgot to include that information.
Here's the complete apache vhosts entry I use for sproutliner - as you can see it's rather naff, but it works:
ServerAdmin glen@glenmurphy.com
DocumentRoot /home/gmurphy/www/sprout
ServerName sproutliner.com
ServerAlias *.sproutliner.com
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^/lists/(.*)/ /index.php?list=$1 [L]
RewriteRule ^/lists/(.*) /index.php?list=$1 [L]
|
eugene 1119 days ago | thanks!
|
You must be logged in to post. You may create an account by typing your desired username and password into the login area to the left.