Closed websurf closed 11 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/" />
How to I change this?
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=/
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?