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.

Likes Received By chadsmith

  1. asgsoft liked chadsmith's post in the thread htaccess rewrite and GET variables.

    Also replied on NP: The first one isn't working because sort and page are part of the query strings. You should only need to add...

    May 11, 2010
  2. bad_bob00 liked chadsmith's post in the thread Changed Website URL - How To Set Up Redirect For Each Page (Including Homepage)?.

    The only rule you really need is: RewriteCond %{HTTP_HOST} !^456\.com$ RewriteRule ^(.*) http://456.com/$1 [R=301,L] or...

    Jan 4, 2010
  3. Colbyt liked chadsmith's post in the thread Why isn't this rewrite rule working?.

    Try using RewriteRule ^([0-9]+)/(.*)\.html$ /view.php?id=$1 [L]

    Nov 15, 2009
  4. gerryt liked chadsmith's post in the thread Need Help with httaccess or mods-rewrite Will Pay $.

    Something like RewriteRule ^(buy\-)?[0-9]\-[0-9]{7}-[A-z0-9_\-]+\.html$ / [R=301,L] should do the trick. That will catch everything...

    Nov 2, 2009
  5. Camay123 liked chadsmith's post in the thread htaccess redirect help.

    RewriteCond %{QUERY_STRING} ^module RewriteRule ^index\.php$ /? [R=301,L]

    Nov 2, 2009
  6. nethelp liked chadsmith's post in the thread Convert url from index.php?list=a into /list-a.html.

    Haha. That made me laugh. Below is what you'll need for the .htaccess file. I think he was saying you'll have to change the links in...

    Oct 5, 2009