Frontpage publishing no longer works after adding permalink code to .htaccess
-
Hi,
I have installed WordPress on my site at https://www.caltrade.com/news . To make the permalinks work I followed the instructions and put the following code in my .htaccess file:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /news/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /news/index.php [L]I didn’t know why at first, but suddenly I couldn’t publish via Frontpage and got this message:
403 Forbidden
Forbidden You don’t have permission to access /_vti_bin/shtml.exe/_vti_rpc on this server. Apache/2.0.52 (Red Hat) Server at https://www.caltrade.com Port 80When I removed that code from the .htaccess file, my FrontPage publising worked fine again. Will it be possible to configure this so that I can have both FrontPage publishing and WordPress publishing with permalinks? Please let me know how to modify this code to make it work, if that is possible.
Thank you
Rob
- The topic ‘Frontpage publishing no longer works after adding permalink code to .htaccess’ is closed to new replies.