htaccess infinite loop issue – PHP
I have run into an issue with my .htaccess file. The file changes the ugly URL such as http://localhost/news.php?article_slug=example-1 to http://localhost/news/example-1 This works perfectly, but when I go to http://localhost/news i get a 404 error. Within news.php I have a…