Menu Content

Support

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

problem with ARTIO JoomSEF
(1 viewing) (1) Guest
Support forum for users using free edition of JoomSEF 3 (Joomla 1.5 compatible). These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.
  • Page:
  • 1
  • 2

TOPIC: problem with ARTIO JoomSEF

Re:problem with ARTIO JoomSEF 17 years, 7 months ago #100

  • Jonathan
Jan Kupka wrote:
Hi Ala,

if you have moved your site to /testing, than you need to modify the RewriteBase in your .htacess file to "RewriteBase /testing".

Then it should work. Otherwise, see the product page, there is documentation to be downloaded.

Best regards,
Honza


What if you are using SEF on a subdomain..


like magazine.bluestarmedia.com

Would the .htaccess file need to be configured a certain way?

Re:problem with ARTIO JoomSEF 17 years, 7 months ago #110

I'm having the same issue on my website.... page not found....checked the .htaccess file....not sure whats causing this . I am using Plesk as the admin interface...is there something there that needs to be changed?

Re:problem with ARTIO JoomSEF 17 years, 7 months ago #111

  • miun
  • OFFLINE
  • A pesimist is just a well-informed realist.
  • Posts: 563
Hello,

if you are using JoomSEF in subdomain like joomla.artio.net, then you RewriteBase should be set to "/".
if you are using JoomSEF in some domain dubdirectory, like artio.net/joomla, then the RewriteBase needs to be set to that directory -- in this case "/joomla"

If you have problems, please post here where your website is located and also content of your .htaccess (preferably without all the comments).

Also check that the standard Joomla SEF is enabled in Global Configurtation.

Regards,
Michal
ARTIO Support Team

Re:problem with ARTIO JoomSEF 17 years, 7 months ago #165

  • MikeDLA
I have the same problem with Joomla 1.0.11 = 404 no matter what I try

Joomla global config has SEO set to yes
ARTIO JoomSEF Configuration = enabled in the component
I have changed .htaccess to uncomment all of the 3rd party lines
I have tried this line as commented and uncommented even though Joomla is installed at root.
#RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##

The URLs look great but all I get is 404s - any ideas?

Any help is appreciated!

Mike

Re:problem with ARTIO JoomSEF 17 years, 7 months ago #166

  • yacosta
I had the same problem but I was able to get it to work after replaceing .htaccess with:




#
# mod_rewrite in use
#

RewriteEngine On

# Uncomment following line if you get 403 Forbidden Error

#Options +FollowSymLinks

# Uncomment following line if your webserver's URL
# is not directly related to physival file paths.
# Update YourMamboDirectory (just / for root)

#RewriteBase /YourMamboDirectory

#
# Rules
#

RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php

########## Begin - Rewrite rules to block out some common exploits
#
# 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
  • Page:
  • 1
  • 2
User Login Empty