Viewing 15 posts - 1 through 15 (of 25 total)
  • Author
    Posts
  • gaygiorgia Friend
    #132526

    i’ve found a SEO error, from my localhost PC to remote online webserver.

    URL -> http://www.venetoinfo.it

    URL -> http://www.venetoinfo.it/1.5.6

    URL -> http://www.venetoinfo.it/quickstart


    i’ve done a clone of all the 3 site up above and on my local pc there is no problem.
    The error/problem occurs when a site is online.

    host system: linux
    php vers: 4.4.7

    pls, help/fix 🙁

    gaygiorgia Friend
    #266904

    please up 🙂

    bossep Friend
    #266909

    Could you do a sceen shot like this one?

    I had the similar problem before and it was solved with Add sufix and Apache mod_rewrite
    and enable the .htaccess
    I am using a SEO patch on my prod server so this is not valid for me.

    I do think this is a Joomla problem do you have any other template or a plain J1.5.6 install on your live server? Then try the exact settings on that one.

    Bosse


    1. seo
    gaygiorgia Friend
    #266918

    ok this is the shot about http://www.venetoinfo.it/1.5.6


    1. seo
    bossep Friend
    #266922

    OK try to rename/copy the htaccess.txt to .htaccess if you dont have one.
    If you have the .htaccess leave it as is
    Then enable Apache mod_rewrite
    I think this will fix your problem

    Bosse

    gaygiorgia Friend
    #266924

    i enable mod_rewrite too.
    i changed htaccess.txt into .htaccess
    and i get this error
    http://www.venetoinfo.it/quickstart

    bossep Friend
    #266939

    Ok it seems that your server dident like the .htaccess. Change it back please and I will take a look at your phpconfig.
    With this we could say it is a server problem or php not the template and probably not Joomla.

    Bosse

    bossep Friend
    #266943

    Come to think of it. It might be that you are working in a sub dir. It looks for the .htaccess file in the webroot.
    and you dont have that I think. Problem is if you change it there your main site might go down with the same error. But if you dont have any problem to change the name I should give it a try.

    Bosse

    gaygiorgia Friend
    #266977

    ??? i have not understood 🙁 (p.s.: i’ve tried this to mainsite too with same problem as result).

    bossep Friend
    #266999

    I am sorry gaygiorgia,
    But this is ower my head a bit. I dont think it is a Joomla or JA problem.
    It is probably related to your server configuration. You need to talk to your hosting provider about it.
    Read more at http://httpd.apache.org/docs/2.2/howto/htaccess.html also do a search on.httpaccess on the main site http://httpd.apache.org/

    Bosse

    Sherlock Friend
    #267051

    Hi gaygiorgia !
    have you modified .htaccess file ?

    gaygiorgia Friend
    #267092

    http://www.venetoinfo.it/quickstart

    options:
    1) friendly URL : changed activated
    2) mod_rewrite: changed activated
    3) add sufix to URL: changed activated
    4) i’ve renamed file “htaccess.txt” to “.htaccess”
    .htacces file:

    ##
    # @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_{1,21}(=|%3D)
    # Block out any script trying to base64_encode crap to send via URL
    RewriteCond %{QUERY_STRING} base64_encode.*(.*)
    # 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,2})
    # Block out any script trying to modify a _REQUEST variable via URL
    RewriteCond %{QUERY_STRING} _REQUEST(=|{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 .* -
    #
    ########## End - Joomla! core SEF Section

    i’ve send a pm to you, hainn84, with inside th url to watch my phpinfo.html, too.

    ==========

    Sherlock Friend
    #267103

    Hi gaygiorgia !
    i have get some problem with Internal Server Error error . but they still access to administrator , but your site , i have go to link http://www.venetoinfo.it/quickstart but still access, this is strange problem ! If posible, please send me FTP account and admin account , i will check it for you !

    gaygiorgia Friend
    #267111

    ok, pm sent.
    pls, beware with those informations 🙂

    Sherlock Friend
    #267122

    Hi gaygiorgia !
    Please check again ! it is ok now ! 😀

Viewing 15 posts - 1 through 15 (of 25 total)

This topic contains 25 replies, has 4 voices, and was last updated by  gaygiorgia 16 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum