images php coding issues or problems here.
Moderators: macek, egami, gesf
by santu143us » Mon Jun 27, 2005 3:44 am
Hi,
I am presently working on a project which is basiaclly a Music Forum. The Forums include MP3 files.
http://www.sitename.com/uploads/filename.mp3 how can retrieve the the file name [mp3 filename] in the .htaccess file
How to achieve this?
Thanks in advance,
santhosh
-
santu143us
- New php-forum User

-
- Posts: 3
- Joined: Wed Jun 22, 2005 4:20 am
by gesf » Thu Jun 30, 2005 1:17 pm
Environment variables inside
%{}.
Example:
- Code: Select all
RewriteCond %{HTTP_HOST} ^([^.]+)\.
RewriteCond %1 !^www$ [NC]
RewriteRule ^(.*)$ http://www.whatever.com%{REQUEST_URI} [R,L]
So, what you need is probably
%{SCRIPT_NAME}
-

gesf
- Moderator

-
- Posts: 1718
- Joined: Sun Dec 29, 2002 5:03 am
- Location: Portugal
-
Return to PHP coding => Images
Who is online
Users browsing this forum: No registered users and 1 guest