0
Welcome Guest! Login
0 items Join Now

Artio joomSEF Component

  • Re: Artio joomSEF Component

    Posted 18 years 1 month ago
    • I am not sure if I am understanding the problem installing but here's what I think you are saying:
      The component was installed O.K. using the component installer in your joomla install.
      You changed your .htaccess file to reflect 3rd party sef.
      You enabled sef friendly urls in both your joomla global config. as well as in the artio component admin page.
      After doing this you can only see your frontpage, but the rest of your links/articles etc. all get 404 errors?
      In the component admin page do you get a list of all your sites content/articles etc. with the old urls and the new sef ones?
    • Do not go where the path may lead, go instead where there is no path and leave a trail.
    • Joe Halleck's Avatar
    • Joe Halleck
    • Preeminent Rocketeer
    • Posts: 5480
    • Thanks: 67
    • Never give up!

    Re: Artio joomSEF Component

    Posted 18 years 1 month ago
    • Might be related to Joomla! cache being enabled.
      Try dumping all cache in Joomla and turning the cache off to see if it helps.

      Make sure you also clear your browser cache and your not using a proxy server when testing.
    • Magento - phpBB3 - Kunena - RokBridge Specialist
      No Secure Tab posts unless requested.
      Use the Thank You and Life Preserver Buttons!
      Your signature is also great place for setup details...help us help you!
    • Franck's Avatar
    • Franck
    • Elite Rocketeer
    • Posts: 1049
    • Thanks: 0

    Re: Artio joomSEF Component

    Posted 18 years 1 month ago
    • Peter Bailey wrote:
      I am not sure if I am understanding the problem installing but here's what I think you are saying:
      The component was installed O.K. using the component installer in your joomla install.
      You changed your .htaccess file to reflect 3rd party sef.
      You enabled sef friendly urls in both your joomla global config. as well as in the artio component admin page.
      After doing this you can only see your frontpage, but the rest of your links/articles etc. all get 404 errors?
      In the component admin page do you get a list of all your sites content/articles etc. with the old urls and the new sef ones?

      Yes Peter, it's exactly the problem. After setting all like this, I can see the list of old urls and the new sef ones but only the frontpage is showing (with old url) and I got a 404 errors with others menu sections.
      Might be related to Joomla! cache being enabled.
      Try dumping all cache in Joomla and turning the cache off to see if it helps.

      Make sure you also clear your browser cache and your not using a proxy server when testing.

      ok, I'll try to turn off the cache to see the result.
    • Franck's Avatar
    • Franck
    • Elite Rocketeer
    • Posts: 1049
    • Thanks: 0

    Re: Artio joomSEF Component

    Posted 18 years 1 month ago
    • Hi :D

      Well, the cache mode is turning off and I have the same issue :'(
      Also I tried the openSEF component with the same bad result. I don't know what I must do now...
  • Re: Artio joomSEF Component

    Posted 18 years 1 month ago
    • Does your hosting/server setup support .htaccess rules, mod_rewrite and some of the other requirements for SEF?
      Just guessing....
      Maybe check with your hosting provider. There must be something we are overlooking...
    • Do not go where the path may lead, go instead where there is no path and leave a trail.
  • Re: Artio joomSEF Component

    Posted 18 years 1 month ago
    • Franck Benedittini wrote:
      Hi :D

      Well, the cache mode is turning off and I have the same issue :'(
      Also I tried the openSEF component with the same bad result. I don't know what I must do now...

      Hello, Franck
      In your .htaccess
              ##  Can be commented out if causes errors, see notes above.
              Options FollowSymLinks
      try to change it to:
              ##  Can be commented out if causes errors, see notes above.
              #Options FollowSymLinks
    • Joe Halleck's Avatar
    • Joe Halleck
    • Preeminent Rocketeer
    • Posts: 5480
    • Thanks: 67
    • Never give up!

    Re: Artio joomSEF Component

    Posted 18 years 1 month ago
    • Sounds like it is ignoring .htaccess
      Not to be a wise ass but is file renamed correctly? :-\
    • Magento - phpBB3 - Kunena - RokBridge Specialist
      No Secure Tab posts unless requested.
      Use the Thank You and Life Preserver Buttons!
      Your signature is also great place for setup details...help us help you!
    • Franck's Avatar
    • Franck
    • Elite Rocketeer
    • Posts: 1049
    • Thanks: 0

    Re: Artio joomSEF Component

    Posted 18 years 1 month ago
    • Well, I know that I don't made the correct modification in the .htaccess
      I have a parcial good result now with openSEF. One link is correctly displayed with html extension but other sections don't work properly. I will take a look tonight because I think it's necessary to make some configurations properly.

      The main page and the link "puppy sale" works fine but not the rest.
    • Last Edit: 8 years 11 months ago by Kat05.
    • Franck's Avatar
    • Franck
    • Elite Rocketeer
    • Posts: 1049
    • Thanks: 0

    Re: Artio joomSEF Component

    Posted 18 years 1 month ago
    • Ok, I don't know how can I do now...

      I made some changes in the .htaccess like Arfin said in this thread and another too.
      Code:

      ## Can be commented out if causes errors, see notes above.
      Options FollowSymLinks

      try to change it to:
      Code:

      ## Can be commented out if causes errors, see notes above.
      #Options FollowSymLinks

      And
      Code:

      ########## Begin - 3rd Party SEF Section
      ############# Use this section if you are using a 3rd party (Non Joomla! core) SEF extension - e.g. OpenSEF, 404_SEF, 404SEFx, SEF Advance, etc
      #
      #RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
      #RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
      #RewriteCond %{REQUEST_FILENAME} !-f
      #RewriteCond %{REQUEST_FILENAME} !-d
      #RewriteRule (.*) index.php
      #
      ########## End - 3rd Party SEF Section


      must be uncommented, so it will be :
      Code:

      ########## Begin - 3rd Party SEF Section
      ############# Use this section if you are using a 3rd party (Non Joomla! core) SEF extension - e.g. OpenSEF, 404_SEF, 404SEFx, SEF Advance, etc
      #
      RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
      RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteRule (.*) index.php
      #
      ########## End - 3rd Party SEF Section

      If you take a look at my site, the main page seems to be ok and the first link in main menu is correctly renamed:

      But others links menus (links to contents) don't work properly and I have this message:
      The page you are trying to access does not exist.
      Please select a page from the main menu.

      It's necessary to remane manually all other links? (I tried to do this without success).

      Somebody can look at the site? Thanks ;)
    • Last Edit: 8 years 11 months ago by Kat05.
  • Re: Artio joomSEF Component

    Posted 18 years 1 month ago
    • From The Open Sef forum:
      Once you have verified that mod_rewrite is working-
      If you are having trouble try this .htaccess file:
      ## OpenSEF Simplified htaccess File
       
      ## Can be commented out if causes errors
      Options +FollowSymLinks
       
      ## mod_rewrite in use
      RewriteEngine On
       
      ## If Joomla is installed in the web server root
      ## RewriteBase /
      ## If Joomla is installed in a sub-directory
      ## RewriteBase /directory_name_here
      RewriteBase /
       
      ## Begin 3rd-Party or OpenSEF Section
      #RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]  ##optional - see notes##
      RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteRule (.*) index.php
      ## End 3rd-Party or OpenSEF Section
       
      ## Joomla Security Section (has nothing to do with SEF/SEO)
      ## 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 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
      From The Open SEF forum:
      This is simply the J 1.0.11 htaccess file with the unneeded comment text removed and the standard Joomla core SEF rewrite section removed. What is left is just the lines of the file actually needed.

      I just tried this .htaccess with artioSEF with no changes made to this file and things seem to work just fine.
      Site works at both http:// http://www.mysite.com&nbsp; and mysite.com , urls are friendly ..........
      Have you tried uninstalling component, purge everything, clear cache, put original .htaccess back in place, reverse any changes you may have done to:
      $mosConfig_live_site = 'http://mysite.com'; or $mosConfig_live_site='www.http://mysite.com';
      and make sure all your links work without any of the sef installed? Just grabbing at straws here...........
      Then once you know things are working again try re-installing/enablesef/change .htaccess etc....
      Like I said Just grabbing at straws but we must be missing something....
    • Last Edit: 18 years 1 month ago by .
    • Do not go where the path may lead, go instead where there is no path and leave a trail.

Time to create page: 0.069 seconds