Forum Moderators: phranque
RewriteRule ^([aeiouy]{1})/?$ ...
I know I need to add an "i" somwhere to make it to also accept uppercase letters, but where?
I guessed inside the set at the end, but it didn't seem to work.
RewriteRule ^([aeiouy/i]{1})/?$ ...
Apache module mod_rewrite [httpd.apache.org]
Milan