http://www.alcoholandcrime.org/npamc/news-events/whats-new-archive/
I’m having an issue with a site’s pagination links. Pagination is displaying just fine, but when clicked, returns a blank page. I’ve read through the forums and thinking this could possibly be an .htaccess thing with removing index.php. I didn’t originally set the site up, so I have absolutely no clue the method in which index.php is being removed and how to move forward to get this fixed.
Please Help!
Here is what is in the .htaccess file:
<Files npamc>
SetHandler application/x-httpd-php
</Files>
DirectoryIndex npamc index index.php index.shtml index.html index.htm
Redirect 301 /npamc/issues/npamc-blog/ <a href="http://alcoholandcrime.org/npamc/blog">http://alcoholandcrime.org/npamc/blog</a>And here is my EE stuff:
{exp:weblog:entries weblog="whats-new" orderby="date" sort="dec" limit="5" paginate="bottom" disable="categories|category_fields|member_data|trackbacks" rdf="off" dynamic="off"}
{whats_new_date}
<b><a href="http://{whats_new_link}" target="_blank" rel="noopener">{title}</a></b>
{whats_new_intro }
{paginate}
Page {current_page} of {total_pages} pages {pagination_links}
{/paginate}
{/exp:weblog:entries}