• Home
  • Get help
  • Ask a question
Last post 16 hours 58 min ago
Posts last week 81
Average response time last week 4 hours 29 min
All time posts 67914
All time tickets 10497
All time avg. posts per day 20

Helpdesk is open from Monday through Friday CET

Please create an (free) account to post any question in the support area.
Please check the development versions area. Look at the changelog, maybe your specific problem has been resolved already!
All tickets are private and they cannot be viewed by anyone. We have made public only a few tickets that we found helpful, after removing private information from them.

#2781 – enable sh404sefurl

Posted in ‘sh404SEF’
This is a public ticket. Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Wednesday, 28 September 2016 21:27 UTC
pedro1912
Hello

I installed sh404sef and when I open the component elementary and try to enable  url optimization then my site some pages not open, could you pls help me

Thnx
Peter
Thursday, 29 September 2016 04:28 UTC
pedro1912
when i open my page after enabled sh404sef I cannot open kontakt page i received error message I try to enable recording but without success
Thursday, 29 September 2016 06:33 UTC
wb_weeblr
Hi

What error message? what site? do SEF URLs work when you use Joomla only?

Rgds
 
Thursday, 29 September 2016 08:00 UTC
pedro1912
Hi site www.xxxx.sk error 404 page not found
Rgds
Peter
Thursday, 29 September 2016 08:24 UTC
pedro1912
Now is sh404sef off due the problem
Thursday, 29 September 2016 08:26 UTC
wb_weeblr
Hi

Could you please provide us with superadmin credentials to your website. You can create a temporary account, and delete it afterwards, but it must have superuser level.

Thanks and regards
 
Thursday, 29 September 2016 10:10 UTC
pedro1912
www.xxxx.sk super user
name: xxxx
password: xxxx

rgds
Peter
Thursday, 29 September 2016 12:15 UTC
wb_weeblr

You seem to have an access protection on the /administrator page. I get a 403 just trying to access it.

Rgds
 
Thursday, 29 September 2016 15:33 UTC
pedro1912
no I dont have any protection on admin page, try to open in firefox or opera not edge :)

it is working for sure I test it :)

Peter
Thursday, 29 September 2016 15:38 UTC
wb_weeblr
Hi

No, this is a server 403 restriction, it comes from your Apache server, the browser you use cannot have anything to do with it:

[xxxx]

I also tried with http://www.xxxx.sk/administrator/index.php

100% of the time, this is an IP restriction, or a geographical restriction. Are you in Italy, I mean is your server in Italy? There is a large hosting company there for instance that restricts access to /administrator to visitors from outside of Italy!

Rgds
 
Thursday, 29 September 2016 15:52 UTC
pedro1912
I dont known about the ip blocking
I am from slovakia middle europe could you pls help me to disable blocking what must be allowed for your connection
thnx
Peter
Thursday, 29 September 2016 15:57 UTC
wb_weeblr
Hi

help me to disable blocking what must be allowed for your connection

thnx
Euh, this is your server. I have no idea what's blocking access to the /administrator folder.

This can be done usually in several ways:
- in your .htaccess
- in your hosting server control panel
- sometimes in Joomla, with plugins such as Akeeba Admin tools or similar.

Rgds
 
Thursday, 29 September 2016 15:58 UTC
pedro1912
Hi try right now I disable on hosting modsecurity for server where is hosted me domain xxxx.sk
This is only this security that I have installed :) not in joomla but on hosting server properties....
Thursday, 29 September 2016 16:00 UTC
pedro1912
this is my .htaccess

##
# @package Joomla
# @copyright Copyright (C) 2005 - 2015 Open Source Matters. All rights reserved.
# @license GNU General Public License version 2 or later; see LICENSE.txt
##

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

## No directory listings
IndexIgnore *

## Can be commented out if causes errors, see notes above.
Options +FollowSymlinks
Options -Indexes

## Mod_rewrite in use.

RewriteEngine On
RewriteBase /

RewriteCond %{HTTP_HOST} ^xxxx.sk [NC]
RewriteRule ^(.*)$ http://www.xxxx.sk/$1 [L,R=301]

## 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 base64_encode data within the URL.
RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
# Block out any script that includes a <script> tag in URL.
RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%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})
# Return 403 Forbidden header and show the content of the root homepage
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 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.
#
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.
<IfModule mod_expires.c>

# Enable expirations
ExpiresActive On

# Default directive
ExpiresDefault "access plus 1 month"

# My favicon
ExpiresByType image/x-icon "access plus 1 year”

# Images
ExpiresActive On
ExpiresByType text/html "access plus 1 seconds"
ExpiresByType image/gif "access plus 1 years"
ExpiresByType image/jpeg "access plus 1 months"
ExpiresByType image/png "access plus 1 months"
ExpiresByType text/css "access plus 1 months"
ExpiresByType text/javascript "access plus 1 months"
ExpiresByType application/x-javascript "access plus 1 months"
ExpiresByType image/ico "access plus 1 months"

# CSS
ExpiresByType text/css "access 1 month”

# Javascript
ExpiresByType application/javascript "access plus 1 year"

</IfModule>
Thursday, 29 September 2016 16:07 UTC
wb_weeblr
Hi

We are not qualified to provide advice on server setup (and this is not our job), but the .htaccess file looks standard.

I would suggest you talk to your hosting company.

Are you sure you don't have security plugin on Joomla? something that forces you to add a password to the /administrator URL, like /administrator?some_secret?

Also, have you looked if there is another .htaccess in the /administrator directory?

Rgds
 
Thursday, 29 September 2016 17:07 UTC
pedro1912
We solved from my hosting provider pls send me country from you will connect I enable access for this country for your support this is pevention from hackers attack i dont known about this security it is on hosting server
Rgds
Thursday, 29 September 2016 17:46 UTC
pedro1912
here is code of countries
http://dev.maxmind.com/geoip/legacy/codes/iso3166/
Thursday, 29 September 2016 18:08 UTC
wb_weeblr
Hi

Please use FR

Rgds
 
Thursday, 29 September 2016 18:12 UTC
pedro1912
Hi Enabled :)

Rgds
Friday, 30 September 2016 07:41 UTC
wb_weeblr
Hi

OK, I could access the site, and I see indeed there is a major issue here. Things are not working because of the way you have created your links:

[xxxx]

If you hardcode your links, such as in the example above, http://www.xxxx.sk/steniatka, then they are not processed by Joomla, and not passed by Joomla to sh404SEF for processing and recording in the database.

To comply with the Joomla API, links must be created:

- without the domain
- using the non-sef URL.

In the example above, the link entered in the article should be:

<a href="/">


It might be hard to do by hand, so I would suggest to use a Joomla editor such as JCE (it's free) that lets you create links like that automatically, simply by selecting the article or page you want to link to in a popup.

Rgds
 
Saturday, 15 October 2016 05:34 UTC
system
This ticket has been automatically closed. All tickets which have been inactive for a long time are automatically closed. If you believe that this ticket was closed in error, please contact us.
This ticket is closed, therefore read-only. You can no longer reply to it. If you need to provide more information, please open a new ticket and mention this ticket's number.