Welcome Guest, Not a member yet? Register   Sign In
Rewrite Question
#1

[eluser]Unknown[/eluser]
Hello. I looking for a way to convert:

http://localhost/imgs/thumb/99853296b3d2dd0.png

on

http://localhost/th-99853296b3d2dd0.png

I tried
RewriteRule ^th-([^-]*)$ index.php/imgs/thumb/$1 [L]
and
RewriteRule ^th-([^-]*)$ imgs/thumb/$1 [L]

but did not bring any effect.

Thank you for your help.




Theme © iAndrew 2016 - Forum software by © MyBB