PDA

View Full Version : HTML vb3 forum http://daniweb.com/techtalkforums


deathemperor
03-22-2005, 05:46 AM
I always wish to have pages like http://daniweb.com/techtalkforums , where all are html.

I'm eager to know what that is, I don't think it's using mod_rewrite, isn't it ?

forumdisplay.html?f=1 is total different with forum1.html

Any one have ideas how to make it ?

Brad
03-22-2005, 05:49 AM
<a href="https://www.daniweb.com/tutorials/tutorial12725.html" target="_blank">http://www.daniweb.com/tutorials/tutorial12725.html</a>

deathemperor
03-22-2005, 06:05 AM
interesting

so the purpose of using html pages is to make your sites search engine friendly ?

and using that tutorial I still have to edit my vb3 php files to make/install hack right ?

I ask too many cuz I haven't tried it before T_T

Guy G
03-23-2005, 03:30 PM
interesting

so the purpose of using html pages is to make your sites search engine friendly ?

and using that tutorial I still have to edit my vb3 php files to make/install hack right ?

I ask too many cuz I haven't tried it before T_T
1. Correct, search engines love static pages more than dynamic ones.

2. Also correct.

filburt1
03-23-2005, 04:30 PM
interesting

so the purpose of using html pages is to make your sites search engine friendly ?

and using that tutorial I still have to edit my vb3 php files to make/install hack right ?

I ask too many cuz I haven't tried it before T_T
It also makes them more human-readable. An example from my site:
http://www.webdesignforums.net/php_and_mysql_67/major_problem_connecting_to_database_19076.html

Really the only necessary thing is to have either the forumid or threadid in there. You'll also have to add a <base href="..." /> to your header because you're emulating virtual directories.

You can get rid of the forumid, but adding forums will not be automated. You definitely can't get rid of the threadid.

deathemperor
03-23-2005, 04:38 PM
how wonderful !

users and spiders will be happy surfing html pages, although they are not of course ^^

boiboi
04-02-2005, 03:55 AM
So tempting but i get most of my traffic from yahoo. will the old url still work if visitors click my yahoo links? yahoo doesn't care about strings only google.

Guy G
04-02-2005, 04:51 AM
So tempting but i get most of my traffic from yahoo. will the old url still work if visitors click my yahoo links? yahoo doesn't care about strings only google.
Yes they will work

cscgal
04-30-2005, 04:51 AM
Hey there fellas. I just want to give you an update on the DaniWeb mod_rewrite hack - I've updated it to what DaniWeb is currently using, in a whole new tutorial. There is support for multiple pages, Who's Online (no more Unknown locations!), previous / next threads, linear / hybrid / threaded modes, and much more! Enjoy :)

http://www.daniweb.com/tutorials/tutorial22840.html

jim6763nva
06-19-2008, 07:16 PM
This is an old thread, and sounds like what I'm looking for but will this work for the current version of vb? I'm running 3.7.1..

This changes the forum, but is there any rewrite that needs to be done for vBa?