OK, 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 https://cecsearch.com/WordPress/index.php
Redirect /blog/executive-restaurant-recruiter-blog.htm https://cecsearch.com/WordPress/index.php
Redirect /blog/rss.xml https://cecsearch.com/WordPress/wp-rss2.php
Redirect /hot_jobs.htm https://www.cecsearch.com/restaurant_jobs.htm
Redirect /blog/atom.xml https://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 https://www.cecsearch.com/404-cec.htm
BUT 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
[email protected]
Website: https://www.cecsearch.com
Blog: cecsearch.com/WordPress