Menu Content

Support

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

Profile for sNoopfox

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 08:54
  • Posts: 5
  • Profile Views: 4587
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
I've noticed this also occurs for resent activation links etc...


forgot-password/activate.html
index.php?option=com_user&activation=cc793ed472b070b34dcd1d24e682a1e7&task=activate
Joomself Truncates U ...
Category: JoomSEF 3
emo
Hi,

I'm having a problem whereby a overhauling SEF link causes any new registered activation links to become truncated. Please see below;



1 0 forgot-password/activate.html index.php?option=com_user&activation=cc793ed472b070b34dcd1d24e682a1e7&task=activate
2 23 mma/register/activation.html index.php?option=com_community&task=activation&view=register&Itemid=2
3 27 user/activate.html index.php?option=com_user&activation=&task=activate
4 0 user/activate.html index.php?option=com_user&activation=f5a762183be8f5b8c4f3690b4902f17e&task=activate
5 0 user/activate.html index.php?option=com_user&activation=fe37b3d9c57974eb431d9b6cce466f7e&task=activate
6 0 user/activate.html index.php?option=com_user&activation=87616ab0a033dd04838d4dfa916f3e1a&task=activate
7 0 user/activate.html index.php?option=com_user&activation=c6bf08aca045143e099bdb61017d7f7d&task=activate
8 0 user/activate.html index.php?option=com_user&activation=af714366332173fa2f13652d1f0a728a&task=activate
9 0 user/activate.html index.php?option=com_user&activation=9aaca0c58678cde20b6313a56b6c1e0e&task=activate
10 0 user/activate.html index.php?option=com_user&activation=909043e63832eaef1faf308c5d0a30e3&task=activate
11 0 user/activate.html index.php?option=com_user&activation=8bd216160271405a94090bb5e20de828&task=activate
12 0 user/activate.html index.php?option=com_user&activation=8eab12ae31001b3872ce73c6bba33677&task=activate
13 0 user/activate.html index.php?option=com_user&activation=3c65f6baf0ebc5ad11ce25258195be07&task=activate
14 0 user/activate.html index.php?option=com_user&activation=c8c4850be52733d9e05204f2bd827c28&task=activate
15 0 user/activate.html index.php?option=com_user&activation=4c3b570f7fdfe3375c5794d51b2bd105&task=activate
16 0 user/activate.html index.php?option=com_user&activation=a32ca98c687effce879c08ceb7909585&task=activate


'user/activate.html' seems to be the problem as this is the link sent in the activation email;

Hello Paul Gilbert,

Thank you for registering at MMA Social Network - MMA Videos - UFC News - Fight Cards - Forum - Blogs. Your account is created and must be activated before you can log in.
To activate the account, click on the following link or copy-&-paste it in your browser:
www.mmaentry.com/user/activate.html



I need to basically make sure JoomSEF disregards this link and retains the autmated unique Joomla link created for traditional user activation. e.g index.php?option=com_user&activation=f5a762183be8f5b8c4f3690b4902f17e&task=activate


Please help as I believe this has been effecting many user signups.

Thanks,

Paul
Joomself Truncates U ...
Category: JoomSEF 3
emo
Hi,

Due to the number of my SEF Links, it takes a while for the site to process and load ALL of them, when I clicked 'Manage SEF Links' it tries to load them ALL and often times out.

I basically need to default it so that it lists no more than say 100 per page.


How can I do this?


Kind Regards,

Paul
Manage SEF Links Tim ...
Category: JoomSEF
emo
Hi,

I re-imported the old database and everthing thing is working in order now.


Thanks,

Paul
JoomSef Conflict Aft ...
Category: JoomSEF 3
emo
Hi,

I had JoomSef setup perfectuly, all links in place and setup on the site www.mmaentry.com/v1

A freelancer altered the Apache on the server and installed mod_deflate (trying to improve site speed)... he also overwrote the .htaccess file and use this instead :


#LoadModule expires_module modules/mod_expires.so
ExpiresActive On
ExpiresDefault "access plus 10 years"

#Site - Global Configuration - Server - GZIP Page Compression - Yes
#LoadModule deflate_module modules/mod_deflate.so
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE image/x-icon
AddOutputFilterByType DEFLATE image/png
AddOutputFilterByType DEFLATE image/gif
AddOutputFilterByType DEFLATE image/jpg
AddOutputFilterByType DEFLATE image/jpeg
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
#AddOutputFilterByType DEFLATE application/x-shockwave-flash

FileETag none



The original is seenebelow:

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




None of the menu links were working based on the old new JoomSef setup, so I purged the links not knowing the .htaccess file had been changed.

As it stands, I have combined both .htaccess files into one. JoomSef now works, but the links are totally messed up and out of sync, with new links generated.

I have now updated to 3.8.1 ... How can I revert to the original JoomSef URL setup?.. what are the correct or new .htaccess settings?


I look forward to any replies,


Paul
JoomSef Conflict Aft ...
Category: JoomSEF 3
More
User Login Empty