Menu Content

Support

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

Can't get JoomSef working, ready to purchase.
(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

TOPIC: Can't get JoomSef working, ready to purchase.

Can't get JoomSef working, ready to purchase. 13 years, 7 months ago #14709

  • IanJ
  • OFFLINE
  • Posts: 3
Hi all,

Raidenhttpd web server running on Vista.
JoomSef 3.7.4
Joomla 1.5.15
Joomla template = JA_Purity_II
JoomSef reports all installed and functioning.
Core SEF enabled etc.
Joomla root = C:\Inetpub\wwwroot\content\
Web root for Joomla = www.mydomain.com/content

Have tried absolutely everything in my .htaccess file to get this working to no avail. Can anyone please help me. I've looked so hard on the JoomSef site I can't fine the example .htaccess file.

My homepage and everything else is a 404 error. If I turn of SEO in global configuration I get back my site. Everything in JoomSef is default.

I'd post the .htaccess file here but I've changed it so much.......

Based on the above can somebody post an example of a .htaccess file that should work for me, or point me in the right direction.

Would love to buy this, but only after I get the free version running.

Ian.
Last Edit: 13 years, 7 months ago by IanJ.

Re:Can't get JoomSef working, ready to purchase. 13 years, 7 months ago #14711

  • IanJ
  • OFFLINE
  • Posts: 3
Hi,

Ok, under Advanced I changed "Fix index.php links:" to NO. Now I can get my homepage, but everything else gives me 404.

I found a .htaccess file in the forums, looked pretty new so have been playing with it......I've changed everything but still no joy.

Help!


 
##
# @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 /content
# RewriteBase /

# RewriteCond %{REQUEST_URI} ^(/content/component/option,com) [NC,OR]

########## 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
 
Last Edit: 13 years, 7 months ago by IanJ.

Re:Can't get JoomSef working, ready to purchase. 13 years, 7 months ago #14712

  • IanJ
  • OFFLINE
  • Posts: 3
Hi,

A bit of digging, example:-

One of my original URL's:-
content/index.php?option=com_content&view=category&id=15&Itemid=27

SEF URL:-
digital-slr-photos/

But the Old Non-Sef Url is listed as:-
index.php?option=com_content&id=15&view=category

Is this right?

Ian.
Last Edit: 13 years, 7 months ago by IanJ.

Re:Can't get JoomSef working, ready to purchase. 13 years, 7 months ago #14728

Hiya Ian, I have the same issue as yourself and have also posted on here, to no avail. My frontpage is working but getting 404 header on the rest of the pages, I'm totally stumped and Looks like the support is non extension here so i might install sh404SEF which is suppose to be another good extension.

Check it out here dev.anything-digital.com/sh404SEF/.

But if you get this solved can you let me know.

Regards
Gary

Re:Can't get JoomSef working, ready to purchase. 13 years, 7 months ago #14765

  • lubi
  • OFFLINE
  • Posts: 221
Probabaly mod_rewirite does not work
ARTIO Support Team
  • Page:
  • 1
User Login Empty