Code: Select all
RewriteRule ^news$ news.php [L]
RewriteRule ^developments$ developments.php [L]They aren't all like that, some pages resolve to "page.php?id=2" but those two just need to resolve to the word plus .php
The "developments" rule works fine. But the "news" rule does not. If I change it to "newso" then it does, so it must be a specific problem with the word "news". Is it a reserved word? Or is there something about the letter combination that mod rewrite is interpreting in a different way??
Made several attempts to escape it but so far no joy. All the files are in the same directory.