faxe wrote:
> Jorge Schrauwen wrote:
>
> # no dot character in URI:
> RewriteCond %{REQUEST_URI} ^/imageview4/show/[^\.]+$
> RewriteRule /imageview4/show/(.*) /imageview4/index.php?album=$1 [L]
RewriteRule imageview4/show/(.*) imageview4/index.php?album=$1 [L]
> # with a dot => two params:
>
> RewriteCond %{REQUEST_URI} ^/imageview4/show/.+\..+$
> RewriteRule /imageview4/show/(.+)/(.+\..+)
> /imageview4/index.php?album=$1&file=$2 [L]
RewriteRule imageview4/show/(.+)/(.+\..+)
imageview4/index.php?album=$1&file=$2 [L]
--
Justin Koivisto - spam RemoveThis @koivi.com
PHP POSTERS: Please use comp.lang.php for PHP related questions,
alt.php* groups are not recommended.<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: rewrite rule problem