Search found 4 matches

by Chrouglas
Thu Nov 25, 2010 2:22 pm
Forum: Installation
Topic: Comment Submission Goes to Broken Link
Replies: 6
Views: 5110

Re: Comment Submission Goes to Broken Link

here;s the source of the .htaccess file using that php script you gave me...


# BEGIN s9y
DirectoryIndex /pointtalk/index.php

<Files *.tpl.php>
deny from all
</Files>

<Files *.tpl>
deny from all
</Files>

<Files *.sql>
deny from all
</Files>

<Files *.inc.php>
deny from all
</Files>

<Files ...
by Chrouglas
Thu Nov 25, 2010 2:23 am
Forum: Installation
Topic: Comment Submission Goes to Broken Link
Replies: 6
Views: 5110

Re: Comment Submission Goes to Broken Link

another clue... the standard link in the admin area on the weblog page ("open administration") to the admin page doesn't seem to work either...

http://www.allpointsystems.com/pointtalk/index.php?/admin

any reason why this wouldn't hit the correct page? I am not familiar with how a url with a ...
by Chrouglas
Thu Nov 25, 2010 2:14 am
Forum: Installation
Topic: Comment Submission Goes to Broken Link
Replies: 6
Views: 5110

Re: Comment Submission Goes to Broken Link

got me. i googled this 20 times and one thing i did find out is that yahoo doesn't allow upload or access to the .htaccess file. I do get messages that say attempts to write to .htaccess were successful but I have no access to edit it myself.

I tried setting some of the 'path' configurations but ...
by Chrouglas
Wed Nov 24, 2010 9:44 pm
Forum: Installation
Topic: Comment Submission Goes to Broken Link
Replies: 6
Views: 5110

Comment Submission Goes to Broken Link

http://www.allpointsystems.com/pointtalk/

I have made minor changes to CSS but nothing too crazy. When I add a comment and hit submit it comes up as 'page not found'. If I hit the browsers reload/refresh button it loads the page properly (without any edit to the url). The comment posts properly but ...