The visible presence of '">' on http://www.solholistic.com/reiki1.html tells me that the PHP code is not being executed by your web server.
There are many ways to configure your web server to execute PHP code stored in .html files. The one I use is to add this line to my site's main .htaccess file:
Code:
AddType application/x-httpd-php .html
You'll know this is working when the '">' disappears.

Originally Posted by
smokeyjoe
/domains/s/o/solholistic.com/public_html/lang/.htaccess: Invalid command 'RewriteEngine', perhaps mis-spelled or defined by a module not included in the server configuration
This is a different problem. This most likely means that your web server doesn't have mod_rewrite enabled.
Are you using Apache 1.3 or Apache 2.x?
Bookmarks