Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Topics contains old discussions (generally more than one year ago or based on circumstances that subsequently changed) or topics resolved in other ways. Topics moved into this category are closed from further discussion.

Important Issue - Kunena sending IP and URL in notification

More
15 years 5 months ago #69062 by Skitt
Hi,

Having a little of a problem, my forum is sending some of the notifications with the link being the sites internal IP address, and others it is sending with a link of the actual URL of the site.

Needing to find were to change it so that it is sending the outside URL all the time, the users inside my network know to change but alot of the external users that live around the world aren't savvy enough to know what to change to make it work.

Any Help Appreciated

Skitt

Please Log in or Create an account to join the conversation.

More
15 years 5 months ago #69076 by fxstein
Skitt,

This happens when the user how accesses the site does so by using the IP address. Joomla always uses the current host name for JRoute. So if you visit your own site, by typing in the IP address instead of the domain name, any email generated will have IP addresses in them.

There is a very simple way to prevent this kind of traffic.

Simply modify your .htaccess file (assumed it is active) and add something like this:
Code:
RewriteCond %{HTTP_HOST} ^69\.167\.137\.173$ [NC] RewriteRule ^(.*)$ http://www.kunena.org/$1 [R=301,L]

Replace the IP address and domain name with your own. This will also help keep traffic stats clean, as the IP based traffic will dilute the overall traffic stats.

Hope this helps!

We love stars on the Joomla Extension Directory . :-)

Please Log in or Create an account to join the conversation.

Time to create page: 0.197 seconds