Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Profile for mito

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 13:42
  • Posts: 8
  • Profile Views: 2567
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo Any redirect will no ...
Category: JoomSEF 3
emo
Hi David and thanks for you answer

The "Use Moved Permanently redirection table" was already enabled on the advanced tab of joomsef configuration, I have done what you wrote before but unfortunately it still doesnt work

I tried all these combinations but they dont work

from someoldurl to newurl
from someoldurl to category/newurl

from someoldurl to newurl.html
from someoldurl to category/newurl

from someoldurl to newurl.html
from someoldurl to category/newurl.html

from someoldurl/ to newurl.html
from someoldurl/ to newurl

from category/someoldurl/ to category/newurl.html
from category/someoldurl to category/newurl.html

Do you think this issue could be related to the .htaccess file as suggested above by jan?

Many Thanks
Any redirect will no ...
Category: JoomSEF 3
emo
Hi Jan and thanks for your reply

Sorry I wasnt clear in my first message, yes I am trying to redirect from somesite.com/some-old-url to somesite.com/new-url

Here is my .htaccess file, can you please tell me what's the rule to write to make the 301 redirects work on artio joomsef 3.7.6?

Many thanks

##
# @version $Id: htaccess.txt 9975 2008-01-30 17:02:11Z ircmaxell $
# @package Joomla
# @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
# @license www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##


#####################################################
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
#
# The line just below this section: 'Options +FollowSymLinks' may cause problems
# with some server configurations. It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file. If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's. If they work,
# it has been set by your server administrator and you do not need it set here.
#
#####################################################

## Can be commented out if causes errors, see notes above.
#Options +FollowSymLinks

#
# mod_rewrite in use

RewriteEngine On


# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root)

#RewriteBase /


########## 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


########## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
#
# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
#
########## End - Rewrite rules to block out some common exploits
Any redirect will no ...
Category: JoomSEF 3
emo
I am wondering why there is no one redirect working on my joomla 1.5.22 website with artio paid version 3.7.6

Components>Artio Joomsef>Manage 301 redirects>New >Moved from URL : myoldurl.com Moved to URL mynewurl.com

Just doesnt work!

Please help guys

thanks in advance
Any redirect will no ...
Category: JoomSEF 3
emo
Yes, found the problem.

I had duplicates url so I filtered the url name in joomsef duplicates tab, I deleted the old one and after that it worked

Thank you
Error Saving URL: Th ...
Category: JoomSEF 3
emo
I am Keep receiving this error when I want to change the page title or meta description in some (not all) of the pages of my site with joomla 1.5.22 with artiosef paid version 3.7.6.

I have read this tread www.artio.net/support-forums/joomsef/joo...on/error-saving-urls

and jan says

- check that there are no SQL errors logged at your site. (HOW?)

- If you are getting this error message, either the URL already exists in the database or the INSERT query cannot be done (what does this mean?)

- that may be due to incorrect structure of table e.g. if you had sh404sef installed before or permissions. (I had no sh404 installed before)


Can someone please give a detailed answer?

Thank you very much to all of you
Error Saving URL: Th ...
Category: JoomSEF 3
emo
I am running a website with joomla 1.5.22 and artio 3.7.6

I have a weird problem cause artio joomsef it is writing titles but ignoring meta keywords and description.

Find attached my configuration.

please artio forum support, I need help

Thank you
Weird problem on met ...
Category: JoomSEF 3
emo
same problem, please somebody at artio help!
joomsef upgrade to 3 ...
Category: JoomSEF 3
More
User Login Empty