in Mod Rewrite Generator mi ha trasformato:
https://localhost/job/index.php?t=registrazione
https://localhost/registrazione.html
io ho scritto:
RewriteEngine On
RewriteRule ^([^/]*)\.html$ /job/index.php?t=$1 [L]
ma non mi riscrive nulla
in Mod Rewrite Generator mi ha trasformato:
https://localhost/job/index.php?t=registrazione
https://localhost/registrazione.html
io ho scritto:
RewriteEngine On
RewriteRule ^([^/]*)\.html$ /job/index.php?t=$1 [L]
ma non mi riscrive nulla