James-
I am a PHP programmer now working with Angelo and TheJEI.com.
This is the link that is generated for an announcement and broadcast as the permalink to it:
http://thejei.com/index.php/JEI/announcement/view/1The link previous also appears in my notifications list when logged in as a Journal User, hyperlinked with the text "Go To URL".
It redirects to:
http://thejei.com/index.php/JEI/announc ... ouncement/ and shows a 404 error.
The following are the rewrite rules in our .htaccess:
RewriteCond %{HTTP_HOST} ^thejei.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.thejei.com$
RewriteRule ^/?$ "http\:\/\/thejei\.com\/index\.php\/JEI" [R=301,L]
The correct link, and one that is hyperlinked from the short description in the Announcement Section of the front page of our journal is
http://thejei.com/index.php/JEI/announcement/view/4In a nutshell, in some instances, the Journal is creating incorrect links to the announcements.
BTW, this installation is using version 2.3.1.