- Posts: 3
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- Simple RSS Feed Reader
- Redirect all links through site's domain not working
Redirect all links through site's domain not working
- Max
- Topic Author
- Offline
- New Member
I am having trouble to get the feature "Redirect all links through your site's domain" work. Set the radio button on YES and It's just not working. Does anybody experienced the same problem?
Joomla 3.4.1
Simple RSS Feed Reader' Module v3.3
All files are installed and RSS feeds are shown without error. But the feed links Title, Picture and Read more are showing the direct domain to the feed article instead my website domain with redirect.
Also the module Title won't show even enabled in back-end!!!
Thanks in advance for sharing.
Please Log in or Create an account to join the conversation.
- Lefteris
- Offline
- Moderator
- Posts: 8743
Is there a link to the page with the issue? You might have to clean Joomla! cache in order to see the changes.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Max
- Topic Author
- Offline
- New Member
- Posts: 3
www.myanmarcopper.com/blog.html
Joomla cache several times cleaned also browser cache.
Still same links to the rss feed source file.
Thank you!
Please Log in or Create an account to join the conversation.
- Lefteris
- Offline
- Moderator
- Posts: 8743
You can always try to use the development version from github.com/joomlaworks/simple-rss-feed-reader/archive/master.zip .
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Max
- Topic Author
- Offline
- New Member
- Posts: 3
I am not using any module overwrite for the simple-rss-feed-reader module.
Also I can assure you that all settings are correct in the module admin.
I downloaded the module from the github link you provided.
Now the Menu Title is displayed after overwriting the installed module files with that from the master.zip.
However, the redirection of the feed link through the website domain is not working. It might be a bug.
The simple-rss-feed-reader module is the best I can find for my Joomla installation and I'd like to thank you for providing the Joomla community your module free of charge.
It's just a pity hat the feature of redirect is not working. Especially for people who are interested in best possible SEO for their websites this feature might be crucial.
I hope very much that a solution is on horizon.
Please Log in or Create an account to join the conversation.
- Lefteris
- Offline
- Moderator
- Posts: 8743
github.com/joomlaworks/simple-rss-feed-reader/commit/897388441f70220aec160ef2b70d6c489dcc5f4f
Please test and provide some feedback.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Dorothy Firsching
- Offline
- New Member
- Posts: 10
Suggestions?
Thanks!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
- Posts: 15920
Which version of the extension are you using?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Dorothy Firsching
- Offline
- New Member
- Posts: 10
At this point, I have verified that the advertised "option to redirect all external feed links through your site's domain (slightly improves your SEO)." does not work on a 3.6.2 site, even with the stock Joomla! .htaccess file, without Admintools' .htaccess maker. It results in a 403 regardless.
I really need this to work - but I'm stumped.
Thanks!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
- Posts: 15920
The links are being redirected as expected.
Is the /modules/mod_jw_srfr/redir.php file accessible?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Dorothy Firsching
- Offline
- New Member
- Posts: 10
That didn't work.
Nick at Akeeba also recommended that I turn to No "Protect against common file injection attacks". Still no luck.
I then replaced the .htaccess with the stock Joomla! .htaccess. No luck.
Do any changes need to be made to the stock .htaccess to allow it? Any reason it should be blocked by that?
Want to take a look or have me post anything?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
- Posts: 15920
Can you share me your .htaccess so I can troubleshoot the issue?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Dorothy Firsching
- Offline
- New Member
- Posts: 10
##
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE!
#
# The line 'Options +FollowSymLinks' may cause problems with some server configurations.
# It is required for the use of mod_rewrite, but it may have already been set by your
# server administrator in a way that disallows changing it in this .htaccess file.
# If using it causes your site to produce an error, comment it out (add # to the
# beginning of the line), reload your site in your browser and test your sef urls. If
# they work, then it has been set by your server administrator and you do not need to
# set it here.
##
## No directory listings
IndexIgnore *
## Can be commented out if causes errors, see notes above.
Options +FollowSymlinks
Options -Indexes
## Mod_rewrite in use.
RewriteEngine On
## Begin - Rewrite rules to block out some common exploits.
# If you experience problems on your site then comment out the operations listed
# below by adding a # to the beginning of the line.
# This attempts to block the most common type of exploit `attempts` on Joomla!
#
# Block any script trying to base64_encode data within the URL.
RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
# Block any script that includes a <script> tag in URL.
RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
# Block any script trying to set a PHP GLOBALS variable via URL.
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block any script trying to modify a _REQUEST variable via URL.
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Return 403 Forbidden header and show the content of the root home page
RewriteRule .* index.php [F]
#
## End - Rewrite rules to block out some common exploits.
## Begin - Custom redirects
#
# If you need to redirect some pages, or set a canonical non-www to
# www redirect (or vice versa), place that code here. Ensure those
# redirects use the correct RewriteRule syntax and the [R=301,L] flags.
#
## End - Custom redirects
##
# Uncomment the following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root).
##
RewriteBase /~nvar4
## Begin - Joomla! core SEF Section.
#
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
#
# If the requested path and file is not /index.php and the request
# has not already been internally rewritten to the index.php script
RewriteCond %{REQUEST_URI} !^/index\.php
# and the requested path and file doesn't directly match a physical file
RewriteCond %{REQUEST_FILENAME} !-f
# and the requested path and file doesn't directly match a physical folder
RewriteCond %{REQUEST_FILENAME} !-d
# internally rewrite the request to the index.php script
RewriteRule .* index.php [L]
#
## End - Joomla! core SEF Section.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
- Posts: 15920
I will look into it in other sites and get back to you.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Dorothy Firsching
- Offline
- New Member
- Posts: 10
Please Log in or Create an account to join the conversation.
- Dorothy Firsching
- Offline
- New Member
- Posts: 10
I put it on another site, a Joomla 3.5.1 site, and with "redirect through site's domain" it gives a 404 Category not Found rather than a 403. (This was with the Admintools .htaccess file from earlier, but with Admintools disabled.)
Then, I used the Admintools .htaccess maker with adding modules/mod_jw_srfr/redir.php to "allow access to these files' and instead, it now links directly to the feed domain without an error (but not redirecting through the site's domain, either).
Both of these situations happen for both the feed we are looking for and the JoomlaWorks feed.
Going back to the stock .htaccess, it works but links to the feed site.
Re-disabling Admintools, it links to the feed site.
Restoring the Admintools .htaccess but with disabled Admintools, it links to the feed site.
And now enabling Admintools, it is working but linking to the feed site rather than redirecting through the site's domain, despite re-saving the module here and there.
Reinstalling Simple RSS (same, most recent version), turning off "redirect through" and saving, turning on "redirect through" and saving, and even switching to an entirely new browser (IE) to avoid caching issues, it links to the feed site.
So this is different behavior than on the other sites, both of which were Joomla! 3.6.2 with up to date versions of Admintools, while this one is a little behind on 3.5.1.... I will be upgrading it now but wanted to test this, as people are still awaiting a solution.
Thanks!
Please Log in or Create an account to join the conversation.
- Dorothy Firsching
- Offline
- New Member
- Posts: 10
Thanks,
Dorothy
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
- Posts: 15920
You 'll probably using the same version.
demo.getk2.org/blog-entry
It is on an NGINX server (no htaccess) and it is working as expected.
On my localhost (apache) it is working as expected.
I will upload it on an apache site and get back to you.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Dorothy Firsching
- Offline
- New Member
- Posts: 10
If you go to demo.getk2.org/blog-entry and click on, for example, the readmore for "Tabs and Sliders has a new home", you are sent to the www.joomlaworks.net website.
Selecting "redirect all links through site's domain", I had hoped, would make it appear as if the articles in the feed would actually be on the Joomla! site, not a link to the feed site.
So it looks like that "redirect" is turned off or it's action is the same as if it is turned off.
Thanks!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
- Posts: 15920
demo.getk2.org/modules/mod_jw_srfr/redir.php?url=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2Fjoomlaworks%2Fblog%2F%7E3%2FlALg53T-bXE%2F264-tabs-sliders-has-a-new-home
This URL will then redirect to the actual link which is in this case in this site.
This is why I asked if the /modules/mod_jw_srfr/redir.php file is accessible and can be executed.
I also tried it with this .htaccess file under PHP 5.6 and 7.0.x
gist.github.com/kricore/2691c7af3ad7a8b8cbe7f0b06c48f690
It works in the same way as the demo I sent you.
Can you send me the htaccess file you are using with Admin Tools?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- Simple RSS Feed Reader
- Redirect all links through site's domain not working