I need to edit my .htaccess
file so that this string:
Is replaced with this replaced with this string:
To sum up I need to replace haathumb.php?var=
with thumb
in a string using .htaccess
. How do I do that?
I need to edit my .htaccess
file so that this string:
Is replaced with this replaced with this string:
To sum up I need to replace haathumb.php?var=
with thumb
in a string using .htaccess
. How do I do that?
2
Answers
I ended up using the
.htaccess
code below to make haathumb work correctly:A redirect from haathumb.php?var=… to thumb/… then?