Closed geekafy closed 7 years ago
It sounds like your .htaccess
file might not be in place or working properly. It's got a line which is supposed to ensure you don't need the .php
extension. There are some steps in the installation instructions to do with .htaccess
files.
So true..... My error. It worked.
Glad you got it sorted! 👍
I just installed a fresh copy of TweetNest and noticed an issue with the search.
When I do a search, I get a 404. I looked at the generated URL and noticed that is parses as the following:
https://twitter.myurl.com/search?q=apple
It should be parsing as the following:
https://twitter.myurl.com/search.php?q=apple
When I add the
.php
after the search it works great!Thanks!