graulund / tweetnest

NO LONGER MAINTAINED. MESSAGE ME IF YOU WANT TO MAINTAIN THIS. :) A browsable, searchable and easily customizable archive and backup for your tweets
MIT License
492 stars 93 forks source link

Search string not parsing properly #89

Closed geekafy closed 7 years ago

geekafy commented 7 years ago

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!

alexmuller commented 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.

geekafy commented 7 years ago

So true..... My error. It worked.

alexmuller commented 7 years ago

Glad you got it sorted! 👍