PDA

View Full Version : possible to display thread (.php) in html format (.html or .htm)?


d3nnis
08-24-2004, 02:45 PM
as above :rolleyes:

Cerb
08-24-2004, 09:38 PM
Yep, you could even make it with custom extensions.

Since you got here you probably own a vBulletin license meaning you can download it. So go download it, get the files in HTML version.

If you have cPanel, add this in MIME types:

application/x-httpd-php

For extension: html


Else, if you have access to Apache's Config (httpd.conf), add this line:

AddType application/x-httpd-php .html




Hope I helped ;)

Zachery
08-24-2004, 09:40 PM
as above :rolleyes:
well vBulletin files are already outpuited as html format, just not using the exnteions.

d3nnis
08-25-2004, 03:04 AM
well vBulletin files are already outpuited as html format, just not using the exnteions.


ohh i didn't know that...

u mean i can download a HTML version? :devious:

Zachery
08-25-2004, 03:17 PM
ohh i didn't know that...

u mean i can download a HTML version? :devious:
No, its just php files named file.html instead of file.php, you need to have apache configured properly to be able to do this however.

AN-net
08-25-2004, 03:58 PM
yes you can rename threads and forums from php extensions in browser to html in browser, this wont change the files but it will change the url so it is easily spiderable without dynamic variables;)

i believe there is an entire tutorial on how to do this on http://www.daniweb.com

Zachery
08-25-2004, 05:39 PM
yes you can rename threads and forums from php extensions in browser to html in browser, this wont change the files but it will change the url so it is easily spiderable without dynamic variables;)

i believe there is an entire tutorial on how to do this on http://www.daniweb.com
That is using mod-rewrite and it has some minor issues ive noted dani too. But she is not aware how to fix it at this time.

KeithMcL
08-26-2004, 01:16 PM
This link might be useful:
http://www.theadminzone.com/forums/showthread.php?t=3456