Quote:
Originally Posted by Scanu
Lynne I think that the op doesn't know how to use html and php in a php file
Code:
This is your html code
<?php
echo 'This is your php code';
?>
This is other html code
|
From reading I have heard of a similar method with doing the same thing inside of html files.
Like this:
Code:
<?php
echo '<p>text</p>';
echo '<h2>text</h2>';
?>
I intend to name my vBulletin homepage index.php
There are a couple other things I need to use the php for so I'm working with godaddy support right now to figure out how I'm going to get .htaccess to work on apache 2.5
I believe the php handler is FCGI. The support I've received with my webhost so far hasn't been of much help.
The link Lynne gave me is more directed towards another version of apache.
I've tried the method of using FCGIdWrapper and AddHandler. Still nothing.
A solution would evidently be impressive.