Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Help me write mod rewrite code
Old 04-16-2005, 01:51 PM Help me write mod rewrite code
Average Talker

Posts: 17
Trades: 0
I'm using the following code to rewrite my urls and thankfully it's working:
RewriteCond %{REQUEST_URI} ^/([^/]+)/([^/]+)/([^/]+)/([^/]+)
RewriteRule ^(.*) /index.php?menu=%1&cat=%2&artist=%3&title=%4 [L]
but I want it to work for every directory. I tried the following but it doesn't seem to work:
RewriteCond %{REQUEST_URI} ^/([^/]+)/([^/]+)/([^/]+)
RewriteRule ^(.*) /index.php?menu=%1&cat=%2&artist=%3 [L]
RewriteCond %{REQUEST_URI} ^/([^/]+)/([^/]+)
RewriteRule ^(.*) /index.php?menu=%1&cat=%2 [L]
RewriteCond %{REQUEST_URI} ^/([^/]+)
RewriteRule ^(.*) /index.php?menu=%1 [L]


Can anybody help?
__________________

Please login or register to view this content. Registration is FREE
lz83ny is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-16-2005, 07:36 PM
Average Talker

Posts: 17
Trades: 0
This is a url:
http://www.slack-time.com/music-vid...American-Idiot/ that works with my current mod rewrite, however http://www.slack-time.com/music-videos/Rock-Music/ doesn't, so I want my mod rewrite to work for every virtual directory, such as:

http://www.slack-time.com/music-videos/
http://www.slack-time.com/music-videos/Rock-Music/
http://www.slack-time.com/music-vid...usic/Green-Day/

I hope it clarifies what my intentions are.
__________________

Please login or register to view this content. Registration is FREE
lz83ny is offline
Reply With Quote
View Public Profile
 
Old 04-17-2005, 04:39 AM
Mooofasa's Avatar
Defies a Status

Posts: 1,611
Name: Michael (mik) Land
Location: England
Trades: 0
Are you using php for this or ASP? Your coding is unfamiliar. Anyway, could it be that directries are read-only files?
__________________

Please login or register to view this content. Registration is FREE
- Tumblog with thoughts, quotes, links, videos, images and my creations.

Please login or register to view this content. Registration is FREE
- The best free web browser.

Please login or register to view this content. Registration is FREE
- Firefox is now Firefail.
Mooofasa is offline
Reply With Quote
View Public Profile Visit Mooofasa's homepage!
 
Old 04-17-2005, 06:18 AM
Experienced Talker

Posts: 43
Location: webdevworld.net
Trades: 0
For what is this code?
And How Can I install it?
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
wdsbg is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Help me write mod rewrite code
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.32763 seconds with 12 queries