quickcarl
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress 2.0 htaccess FileOK, this is really getting my blood boiling.
I put this in to my .htaccess file
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /WordPress/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /WordPress/index.php [L]
</IfModule>so that now the whole file looks like this:
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /WordPress/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /WordPress/index.php [L]
</IfModule>
AuthName cecsearch.com
AuthUserFile /home/cecsearc/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/cecsearc/public_html/_vti_pvt/service.grp
Redirect /blog/cc-blog.htm http://cecsearch.com/WordPress/index.php
Redirect /blog/executive-restaurant-recruiter-blog.htm http://cecsearch.com/WordPress/index.php
Redirect /blog/rss.xml http://cecsearch.com/WordPress/wp-rss2.php
Redirect /hot_jobs.htm http://www.cecsearch.com/restaurant_jobs.htm
Redirect /blog/atom.xml http://cecsearch.com/WordPress/wp-atom.php
ErrorDocument 403 /v-web/errdocs/403.html
ErrorDocument 401 /v-web/errdocs/401.html
ErrorDocument 500 /v-web/errdocs/500.html
ErrorDocument 400 /v-web/errdocs/400.html
ErrorDocument 404 http://www.cecsearch.com/404-cec.htmBUT with the WP entry in the htaccess file, FrontPage won’t connect and let me publish files. It gets a 403 error.
If I remove the htaccess file entry, then FrontPage will let me publish, but now the links in my WP Blog are all broken.
What the heck is going on? Please help.
Carl Chapman
carl@cecsearch.com
Website: http://www.cecsearch.com
Blog: cecsearch.com/WordPressForum: Plugins
In reply to: Creating RSS feed for my WORDPRESS blogI have an unusual problem. My blog is at http://cecsearch.com/WordPress/index.php
Try to view the feed at http://cecsearch.com/WordPress/feed doesn’t work and the feed links in my templates don’t work either example( feed:<?php bloginfo(‘rss2_url’); ?> )
There wasn’t a feed directory created.
But when I use http://cecsearch.com/WordPress/wp-rss2.php I can see the feed fine.
My guess is that something is wrong wtih my install, but I can’t for the life of me find the problem. I’m a very new user… so please be gentle.
BTW, I am using a modified form of Misty Look by Sandish, and I really think it looks great.