Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Profile for Geekhead

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 11:21
  • Posts: 32
  • Profile Views: 3269
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
how did you install the plugin. did you do it therough the artio backend
SOBI2 Plugin doesn´t ...
Category: JoomSEF 3
emo
clear the cache in the backend, delete or purge your urlsm and let the program make new urls
Search results bring ...
Category: JoomSEF 3
emo
usually a version compatibility issue with mysql and the component your using. try updating mysql to a newer version.
DB function failed w ...
Category: JoomSEF 3
emo
are there ads hidden in this version?
3.x series for 1.5.x
Category: JoomSEF 3
emo
it does not work :(
CB Profile URL
Category: JoomSEF 3
emo
seyret has huge issues that you may not be able to overcome.

my component names are being pulled from the components menu item index page.
Newbie with a few qu ...
Category: JoomSEF 3
emo
as for the title issue. I have never had that happen on any website

make sure you have show page title on your content item parameters checked
Newbie with a few qu ...
Category: JoomSEF 3
emo
the seyret is buggy and is issues

the urls should generate dynamically

you can change the section and category part of your URLS in your artio config, its in the basic section fo the page near the top
Newbie with a few qu ...
Category: JoomSEF 3
emo
did you change yourdomain to your domain in the access file i gave you?

I would need a log in to see what is happening

I still think there is a setup issue unrelated to artio
Login/logout on the ...
Category: JoomSEF 3
emo
install joomSEO mambot or follow my directions above or turn everything off and go to your home menu item and under parameters enter a page title and click show

now we are into very basi joomla quation and not artio issues

read this
the absolute begiiners guide to joomla
docs.joomla.org/Beginners
how can I remove Hom ...
Category: JoomSEF 3
emo
or now that I have reread your question, your upgrade corrupted your site, can you restore a backup to the pre upgrade version of your site?
Cannot access Joomla ...
Category: JoomSEF 3
emo
If your are a complete newbie your best bet is to have me or someone else set it up for you or this will go on forever.

go no my website www.interwebshop.com and fill out my contact form with your contact info so we can get in touch
Joomla SEF okay, ART ...
Category: JoomSEF 3
emo
if you don't have them, your good to go
Sponsor links in fre ...
Category: JoomSEF 3
emo
bingo! :)
sobi2 url extension
Category: JoomSEF 3
emo
your site is set up wrong, I can take a look if you want to pm me your site url and a admin login

are you hosted on a windows machine, that is a problem for jooml and SEO/SEF functions
Joomla SEF okay, ART ...
Category: JoomSEF 3
emo
lets celebrate :)
htaccess file fixed ...
Category: JoomSEF 3
emo
that may be the issue

try setting your character set to UTF-8 as charset=iso-8859-1 is american and UTF-8 is international to support the characters in your alphabet

I don't know 100% if this will fix it, I give it a 75% chance
sobi2 url extension
Category: JoomSEF 3
emo
my character site is set for charset=iso-8859-1

assume yours is set for UTF-8

in theory this should solve the problem
sobi2 url extension
Category: JoomSEF 3
emo
Joomla is for a LAMP environment, Lanix, apache, mysql, PHP

windows is designed for a .net environment and IIS and is not designed for htaccess.

.htaccess does not work the same in windows and you will need to have your host make the changes, if they know how, which I doubt.

you will run into other issues down the road,

solution

move to a LAMP server
Cannot access Joomla ...
Category: JoomSEF 3
emo
the full corrected file is this

##
# @version $Id: htaccess.txt 4756 2006-08-25 16:07:11Z stingrey $
# @package Joomla
# @copyright Copyright (C) 2005 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.
#
# Only use one of the two SEF sections that follow. Lines that can be uncommented
# (and thus used) have only one #. Lines with two #'s should not be uncommented
# In the section that you don't use, all lines should start with #
#
# For Standard SEF, use the standard SEF section. You can comment out
# all of the RewriteCond lines and reduce your server's load if you
# don't have directories in your root named 'component' or 'content'
#
# If you are using a 3rd Party SEF or the Core SEF solution
# uncomment all of the lines in the '3rd Party or Core SEF' section
#
#####################################################

##### SOLVING PROBLEMS WITH COMPONENT URL's that don't work #####
# SPECIAL NOTE FOR SMF USERS WHEN SMF IS INTEGRATED AND BRIDGED
# OR ANY SITUATION WHERE A COMPONENT's URL's AREN't WORKING
#
# In both the 'Standard SEF', and '3rd Party or Core SEF' sections the line:
# RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
# May need to be uncommented. If you are running your Joomla/Mambo from
# a subdirectory the name of the subdirectory will need to be inserted into this
# line. For example, if your Joomla/Mambo is in a subdirectory called '/test/',
# change this:
# RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
# to this:
# RewriteCond %{REQUEST_URI} ^(/test/component/option,com) [NC,OR] ##optional - see notes##
#
#####################################################

 
## Can be commented out if causes errors, see notes above.
##Options +FollowSymLinks
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/MamboDirectory (just / for root)

#RewriteBase

########## Begin - Joomla! core SEF Section
############# Use this section if using ONLY Joomla! core SEF
## ALL (RewriteCond) lines in this section are only required if you actually
## have directories named 'content' or 'component' on your server
## If you do not have directories with these names, comment them out.
#
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
#RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
#RewriteRule ^(content/|component/) index.php
#
########## End - Joomla! core SEF Section

 
########## Begin - 3rd Party SEF Section
############# Use this section if you are using a 3rd party (Non Joomla! core) SEF extension - e.g. OpenSEF, 404_SEF, 404SEFx, SEF Advance, etc
#
RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
#
########## End - 3rd Party 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

 
htaccess file fixed ...
Category: JoomSEF 3
More
Přihlášení uživatele Prázdný