Menu Content

Support

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

Profile for IanJ

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 12:22
  • Posts: 3
  • Profile Views: 2482
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
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.
Can't get JoomSef wo ...
Category: JoomSEF 3
emo
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
 
Can't get JoomSef wo ...
Category: JoomSEF 3
emo
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.
Can't get JoomSef wo ...
Category: JoomSEF 3
More
User Login Empty