Menu Content

Support

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

Profile for JesusLMR

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 19:06
  • Posts: 6
  • Profile Views: 3076
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
I don't know what I did but now is working.

The only things I can say is that I purge urls several times and nothing happen, and uninstalling and reinstalling also several times and purgin urls is what it seems to solve the problem.

After some days of trying to solve this, purgin in the "right way" if I can say it in this way is what might solve the problem.

Regards.
Jesús
Error 310 (net::ERR_ ...
Category: JoomSEF 3
emo
Hello,

there may be several possible sources of this problem.

First of all, make sure there are no other redirects active outside Joomla. (in .htaccess file or at server config level).


Ok, there is not redirections outside Joomla and this is the .htaccess file that was created following the steps on the installation tutorial (first changin htaccess.txt to .htaccess and then installing the component):

##
# @version $Id: htaccess.txt 14401 2010-01-26 14:10:00Z louis $
# @package Joomla
# @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
# @license http://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
 
########## 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!
#
## Deny access to extension xml files (uncomment out to activate)
#<Files ~ "\.xml$">
#Order allow,deny
#Deny from all
#Satisfy all
#</Files>
## End of deny access to extension xml files
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

# 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



E.g. a common problem may be automatic redirection of
mysite.com -> www.mysite.com
and then having Joomla configured to use mysite.com only;
then a cyclic redirection may occur.


This also is not happening, joomSEF is not configured to handle
http://www.mysite.com
and
http://www.mysite.com
and there is not 301 redirections.

This may of course occur also in other cases where custom redirection is setuped.
There can be also 2 redirections in JoomSEF that are pointing each to another.


I don't know how this can happen...

So first of all, you should monitor, how and why the redirection occurs and then identify where it comes from.


It looks like nothing is creating this problem, but of course something is creating it because is happening...

??
Error 310 (net::ERR_ ...
Category: JoomSEF 3
emo
Answers?
Error 310 (net::ERR_ ...
Category: JoomSEF 3
emo
Hello,

I'm having this error rror 310 (net::ERR_TOO_MANY_REDIRECTS) when I activate joomsef in my site. If I deactivate there is no problem with the site.

Any suggestions?

Regards
Error 310 (net::ERR_ ...
Category: JoomSEF 3
emo
OK I answer myself I found it ...

1º) Go to Site Map.

2º) On the top boxes, select:

- 2.1 Left box -> All filtered

- 2.1 Right box -> Set Indexed from Published

3º) Click on Proceed button just on the right of these boxes.

Now all the website articles appears...

Regards.
Jesús
Site Map and Easyblo ...
Category: JoomSEF 3
emo
I have an Issue when I create the XML file.

The articles that are posted with Easyblog doesn´t appear on the XML.

What can I do with that?

Regards.

Jesús
Site Map and Easyblo ...
Category: JoomSEF 3
More
User Login Empty