eschnou / storytlr

Storytlr is an opensource lifestreaming and microblogging platform written in PHP. Note: The default branch (master) is the development branch, if you need a stable version, see the release-XX branches, tags, or downloads.
http://storytlr.org
Other
216 stars 57 forks source link

What happened here? #20

Closed websurf closed 11 years ago

websurf commented 14 years ago

I recently installed storytlr on my site to see how it works. I installed it and went to the live site and this appeared http://nicks-blog.net/storytlr/index.php . Does anyone know how this happened?

jmhobbs commented 14 years ago

It looks like the application base is set wrong.

<base href="http://nicks-blog.net/storytlr/index.php/" />

should be

<base href="http://nicks-blog.net/storytlr/" />
websurf commented 14 years ago

How to I change this?

jmhobbs commented 14 years ago

Good question! In your protected/config/config.ini, what are your values for web.host and web.path? I'm guessing your web.path is something like this: web.path=/index.php/ When it should be: web.path=/