makecashnow.biz

Welcome, Guest. Please login or register.
Did you miss your activation email?
Pages: [1]
Print
Author Topic: [RESOLVED] sh404SEF joomla 1.5 **Need help  (Read 391 times)
Newbie
*
Posts: 49


View Profile Email
« on: December 05, 2008, 05:27:59 PM »
Got it from this post http://www.portaliz.com/forum/index.php?s=...ost&p=93754

Now i did a joomla 1.5 install and migration from 1.0

Then i quickly installed this SEF but problem is no matter what page i open i get 404 error

I even messed with the .htaccess but no luck.

So im wondering is the extension bugged or what am i doing wrong ? note the normal friendly urls in global configration also didnt quite work as it would show the content without the template.

Is it cause i have a running .htaccess on my root which has a blog on it ?

Really confused please help or give me another SEF i can use, cause this on brings in /Table/Content-Link  **Why the table ?

Help
Logged
Newbie
*
Posts: 6


View Profile Email
« Reply #1 on: December 26, 2008, 05:44:42 AM »
replace your current .htaccess file with theis one.. just open it up, select all then paste this code instead

Code:
##
# @version $Id: htaccess.txt 10492 2008-07-02 06:38:28Z ircmaxell $
# @package Joomla
# @copyright Copyright (C) 2005 - 2008 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.
#
#####################################################

##  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!
#
# 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

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

Make sure you purge your sef urls then open your site, reload it so it can find and insert the new sef urls into the database and you are good to go
Logged
Newbie
*
Posts: 49


View Profile Email
« Reply #2 on: December 27, 2008, 04:53:29 AM »
I studied it so much that now i can do anyones seo
Logged
Newbie
*
Posts: 44


View Profile Email
« Reply #3 on: February 15, 2009, 08:53:20 AM »
Well Owner..  would you help me !
Logged
Newbie
*
Posts: 37


View Profile Email
« Reply #4 on: February 18, 2009, 06:13:37 AM »
i am using the SEF system that comes default with Joomla 1.5 No other extension needed.
Logged
Newbie
*
Posts: 12


View Profile Email
« Reply #5 on: February 18, 2009, 07:49:26 AM »
3rd party seo gives  always better  search engine reading
Logged
Pages: [1]
Print
 
Jump to: