0
Welcome Guest! Login
0 items Join Now

404 error with joomla 1.5 SEO ON

    • Peterz's Avatar
    • Peterz
    • Jr. Rocketeer
    • Posts: 23
    • Thanks: 0

    404 error with joomla 1.5 SEO ON

    Posted 15 years 10 months ago
    • Hi ,

      I installed the rocket launcher for Affinity template .
      The site came up fine .

      Than I went to joomla seo settings and made some changes :

      Search Engine Friendly URLs Yes
      Use Apache mod_rewrite No
      Add suffix to URLs No

      I now can only load the main page .
      when I open a link to an inner page I get this message :

      404 - Component not found

      You may not be able to visit this page because of:

      1. an out-of-date bookmark/favourite
      2. a search engine that has an out-of-date listing for this site
      3. a mistyped address
      4. you have no access to this page
      5. The requested resource was not found.
      6. An error has occurred while processing your request.

      Please try one of the following pages:

      * Home Page

      If difficulties persist, please contact the System Administrator of this site.

      Component not found


      Please help ....
  • Re: 404 error with joomla 1.5 SEO ON

    Posted 15 years 10 months ago
    • Hello,

      how about this ?
    • Peterz's Avatar
    • Peterz
    • Jr. Rocketeer
    • Posts: 23
    • Thanks: 0

    Re: 404 error with joomla 1.5 SEO ON

    Posted 15 years 10 months ago
    • Thanks for the quick and correct respond ,

      That solved my probelm .
      now I have a new one .
      I intsalled sh404sef and now only the first page is loading with css and template view .
      all my other inner pages have no graphics at all !!!



      In IE I see the error :o bject doen't support this method
      probably all the paths of the demo roko tabs ... have been changed

      please tell me what to do ,
      I must work with this extention and your templates

      Thanks ...
  • Re: 404 error with joomla 1.5 SEO ON

    Posted 15 years 10 months ago
    • Hello,

      Could you please provide your website link so we can see and check the problem?
    • Peterz's Avatar
    • Peterz
    • Jr. Rocketeer
    • Posts: 23
    • Thanks: 0

    Re: 404 error with joomla 1.5 SEO ON

    Posted 15 years 10 months ago
    • Hello ,

      I send you the link to your email.

      since I didn't want to expose it


      Thanks
      Uri
    • Last Edit: 15 years 10 months ago by Arifin FinLy. Reason: Remove email link
  • Re: 404 error with joomla 1.5 SEO ON

    Posted 15 years 10 months ago
    • Okay, no problem, although I would prefer you send me by PM :D . I edited your post by removing my email address.
      I will check your site
  • Re: 404 error with joomla 1.5 SEO ON

    Posted 15 years 10 months ago
    • I just checked it. Could you please try to use mod_rewrite on?
      Could you please follow the instruction again here and make sure you do all the steps there?
    • Peterz's Avatar
    • Peterz
    • Jr. Rocketeer
    • Posts: 23
    • Thanks: 0

    Re: 404 error with joomla 1.5 SEO ON

    Posted 15 years 10 months ago
    • Hi ,

      My mod_rewrite is set to on in joomla seo settings .
      I have another joomla site working great on this same hosting .
      Please check it again or tell me exactly which lines I should add in my .htaccess .


      Here is my .htaccess content :

      php_value mbstring.language neutral
      php_flag display_errors off
      php_value safe_mode "0"


      ##
      # @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 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
  • Re: 404 error with joomla 1.5 SEO ON

    Posted 15 years 10 months ago
    • Hello,

      You need to set one more thing in Site >> Global Configuration
      Set the enabled mod rewrite to yes
      Screenshot attached
    • Peterz's Avatar
    • Peterz
    • Jr. Rocketeer
    • Posts: 23
    • Thanks: 0

    Re: 404 error with joomla 1.5 SEO ON

    Posted 15 years 10 months ago
    • Like I told you - it is set to ON .

      The problem is in the template .
      If you install the template using the launcher and than install the component com_sh404SEF-15_1.0.20_Beta_build_237.joomla1.5.x.zip

      you'll get this error.

Time to create page: 0.073 seconds