How to make .html extensions ?

2 replies
  • WEB DESIGN
  • |
Hello, i wanted to know how to make .html extensions to the threads in vBulletin?
my settings are -
mod rewrite is on in admin cp
RewriteRule ^threads/([0-9]+)-(.*)? showthread.php?t=$1.html - in the htaccess file
still not getting .html as extension end of thread link.
Suggestions ?
#extensions #html #make
  • Profile picture of the author yestyle
    Banned
    I suggest you should use vBSEO to do that, install plugin and add code in htaccess file

    RewriteRule ^f[0-9]+/[^/]+-([0-9]+).html$ vbseo.php?vbseourl=showthread.php&t=$1 [L]
    Cheers!
    {{ DiscussionBoard.errors[8416124].message }}
    • Profile picture of the author arghya139
      Originally Posted by yestyle View Post

      I suggest you should use vBSEO to do that, install plugin and add code in htaccess file



      Cheers!
      but thats fr converting html to php, not the other way around ?
      {{ DiscussionBoard.errors[8416463].message }}

Trending Topics