comment field disappeared?
-
Hi, I’m having a problem with my blog which I just set up today (please disregard the dates on the post). But my comment field is not showing up at all. I looked at other threads and they suggested it was the permalinks but i’ve played with those to no effect. What do I do? What should I change?
My blog is here:
http://blog.chhavisachdev.comThe .htaccess file looks like this:
————–DirectoryIndex index.php
#Redirect / http://blog.chhavisachdev.com/
# -FrontPage-IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule><Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>AuthName http://www.chhavisachdev.com
AuthUserFile /home/chhavi/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/chhavi/public_html/_vti_pvt/service.grp#Redirect /blog http://blog.chhavisachdev.com/
———-
The topic ‘comment field disappeared?’ is closed to new replies.