1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Mod Rewrite question - I've almost got it

Discussion in 'Apache' started by perdog05, Nov 10, 2005.

  1. #1
    Just a quick question (I hope)

    My current htacces has this

    RewriteEngine On

    RewriteRule [.]*-vf([0-9]*) viewforum.php?%{QUERY_STRING}&f=$1
    RewriteRule [.]*-vp([0-9]*) viewtopic.php?%{QUERY_STRING}&p=$1
    RewriteRule [.]*-vt([0-9]*) viewtopic.php?%{QUERY_STRING}&t=$1

    and everything works:

    aworldofhelp.com/home/viewtopic.php

    now looks like

    aworldofhelp.com/home/rewrittenurl-based-on-the-topic-title.html

    The only other thing I'd like to do is be able to remove the /home/ from the url. With it there, many of my adsense ads are related to "home", and not the topic title. Is this an easy change with mod rewrite? Thanks a lot for any help.
     
    perdog05, Nov 10, 2005 IP