to
I ve written the rule:
Code: Select all
RewriteEngine On
RewriteRule ^contact/?$ /index.php?page=contact [L]
to
I ve written the rule:
Code: Select all
RewriteEngine On
RewriteRule ^contact/?$ /index.php?page=contact [L]
Code: Select all
https://www.url.com/contact
Code: Select all
www.url.com/index.php?page=contact
You have a pm.normeus wrote: Tue Jan 09, 2024 9:12 pm ......
send me a private message if you have any questions.
Norm.
redirect 301 rules work like a charm but no RewriteRule seems to work. What configuration could be done in plesk? (Plesk is the only tool that I use to access the my profile including files, settings and so on. I am a user, not admin.)Andesdaf wrote: Tue Jan 09, 2024 9:09 pm The rewrite seems to be correct. Maybe a server configuration issue?