The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Mod ReWrite help please
Here is my rewrite rule.
Code:
RewriteRule ^(.*)dir/dir2/([0-9]+)/(.*) $1myscript.php?src=%{REQUEST_FILENAME} I am trying to make it so it only parses png gif and jpg I tried this but then it takes every image on the site. Code:
RewriteRule ^(.*)dir/dir2/([0-9]+)/(.*).[Jj][Pp][Gg]$|.[Gg][Ii][Ff]$|.[Pp][Nn][Gg]$ $1myscript.php?src=%{REQUEST_FILENAME} --------------- Added [DATE]1243885249[/DATE] at [TIME]1243885249[/TIME] --------------- You mean to tell me no one knows. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|