Go Back   CodingForums.com > :: Server side development > Apache configuration

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-30-2008, 12:06 AM   PM User | #1
WebmasterLULZ
New Coder

 
Join Date: Mar 2008
Posts: 61
Thanks: 2
Thanked 0 Times in 0 Posts
WebmasterLULZ is an unknown quantity at this point
.htaccess

I want to do a .htaccess with redirect.

I want
http://www.mysite.com/Song*ANY RANDOM NUMBER HERE*.mp3

to redirect to
http://www.mysite.com/downloader.php

So for example ,if I do
http://www.mysite.com/Song809.mp3

OR
http://www.mysite.com/Song212121.mp3

it will take me to
http://www.mysite.com/downloader.php

Last edited by WebmasterLULZ; 09-30-2008 at 12:23 AM..
WebmasterLULZ is offline   Reply With Quote
Old 09-30-2008, 08:35 PM   PM User | #2
Fou-Lu
God Emperor


 
Fou-Lu's Avatar
 
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,650
Thanks: 4
Thanked 2,451 Times in 2,420 Posts
Fou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to all
Google it up for mod_rewrite, assuming you're on apache. You'll be looking for something like ^Song\d+.mp3 and writing it to download.php?id=\\1.
__________________
As of PHP 5.5, the MySQL library has been officially deprecated. It is recommended to move to either MySQLi or PDO libraries for your mysql connectivity. See here for help choosing which interface you prefer: http://php.net/manual/en/mysqlinfo.api.choosing.php
Fou-Lu is offline   Reply With Quote
Old 10-10-2008, 12:18 AM   PM User | #3
mbannonb
New Coder

 
Join Date: Sep 2004
Posts: 60
Thanks: 1
Thanked 0 Times in 0 Posts
mbannonb is an unknown quantity at this point
Quote:
Originally Posted by WebmasterLULZ View Post
This has a good tut: http://corz.org/serv/tricks/htaccess2.php
mbannonb is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:25 PM.


Advertisement
Log in to turn off these ads.