Ok, I got it
First, I've added also the {siteurl} macro in plugin (in your version it is not implemented).
So, install the attached version of plugin (ONLY plugin is enough).
Then, enable plugin and use the same setting of the screenshot.
Last, check out your .htaccess file. I've replaced it on my site, and I was unable to convert 404 into 301 (as your problem).
The problem is that you have commented out this section:
########## Begin - Joomla! core SEF Section
#
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_URI} !^/index.php
#RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
#RewriteRule (.*) index.php
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#
########## End - Joomla! core SEF Section
This means: if the call is not a file (1) and not a directory (2) and not index.php (3) and is one of these file type (4), rerirect call to index.php (5).
If there are no special reasons, replace the original Joomla! htaccess.txt.
Regards,
Luigi
I file di questo Forum sono invisibili ai visitatori. Prego accedi o registrati per visualizzarli.