The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
currently my site URLs are in this format
http://www.hhdb.com/lyrics.php/244 i want to get rid of the .php in my filenames so i added this in an .htaccess file ForceType application/x-httpd-php with that the page calls from this URL format http://www.hhdb.com/lyrics/244 everything works fine except each page calls a header from a text file that file contains some php coding and selects data from my database the same calls that work in the main body of the page will not work if you put them in the header files my header files are in this format include("http://www.hhdb.com/head.txt"); any clue how i can include header files and have it execute the php calls? this will help me soo much thanx |
#2
|
|||
|
|||
![]()
fixed it
changed this include("http://www.hhdb.com/head.txt"); to this include("head.txt"); |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|