Results 1 to 10 of 5054

Hybrid View

  1. #1
    Join Date
    Oct 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Had no luck with this one, same issue is still here. But i also need to add that i actually have no clue on how to make a php.ini file so i search and followed this solution.

    http://help.joyent.com/index.php?pg=kb.page&id=124

    The php file i downloaded was full of info so i deleted it and pased in cgi.fix_pathinfo = 1 as stated in the knowlegebase.

    Also added ? after index in the htaccess file with no luck.

  2. #2
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by tavikki_adbuddy View Post
    Had no luck with this one, same issue is still here. But i also need to add that i actually have no clue on how to make a php.ini file so i search and followed this solution.

    http://help.joyent.com/index.php?pg=kb.page&id=124

    The php file i downloaded was full of info so i deleted it and pased in cgi.fix_pathinfo = 1 as stated in the knowlegebase.

    Also added ? after index in the htaccess file with no luck.
    You open notepad+++ and insert the information and save it as php.ini file or if you are running php5 on your server save it as php5.ini and upload that to your server in the root of your server.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  3. #3
    Join Date
    Oct 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    You open notepad+++ and insert the information and save it as php.ini file or if you are running php5 on your server save it as php5.ini and upload that to your server in the root of your server.
    Im on a php5 server. Tried your way by opening notepad, add the info and save. It vas saved as a .txt file. did not work, changed it to .ini on the root folder. did not work.

    Downloaded the .ini file from last mentioned link , opened it and changed info in winedit and saved it to .ini. php5.ini and uploaded it. No luck.

    I feel to solution is so close and that it is just a tiny little error that is causing this. This is just annoying no

  4. #4
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by tavikki_adbuddy View Post
    Im on a php5 server. Tried your way by opening notepad, add the info and save. It vas saved as a .txt file. did not work, changed it to .ini on the root folder. did not work.

    Downloaded the .ini file from last mentioned link , opened it and changed info in winedit and saved it to .ini. php5.ini and uploaded it. No luck.

    I feel to solution is so close and that it is just a tiny little error that is causing this. This is just annoying no
    This error is with the current configuration of your server. In the link I posted above, there is 1 suggestion to solve it by adding .ini file, another solution is available if you follow the link on the same page.

    If you tried both solution and it still doesn't work, perhaps you can contact your host to see if they could help with this specific error. You can also send them the link I posted and tell them you tried both. This issue comes from the server configuration itself so your host should has the best knowledge on how to solve it
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  5. #5
    Join Date
    Oct 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Solution 1 has not been tested since im not sure of the path to the config.php file. Looked at the configuration.php, but the paramerters as described was not in there.

  6. #6
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by tavikki_adbuddy View Post
    Solution 1 has not been tested since im not sure of the path to the config.php file. Looked at the configuration.php, but the paramerters as described was not in there.
    You can post your current .htaccess content here, we will see if there is anything can be tested out. The final solution tho, may still be contacting your host.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  7. #7
    Join Date
    Oct 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Base" line below:

    Options +FollowSymLinks
    RewriteEngine On
    RewriteBase /https://www.i-spy.no/

    # From Ultimate SEO URLs
    RewriteRule ^(.*)-p-(.*).html$ index\.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-c-(.*).html$ index\.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-m-([0-9]+).html$ index\.php?main_page=index&manufacturers_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pi-([0-9]+).html$ index\.php?main_page=popup_image&pID=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pr-([0-9]+).html$ index\.php?main_page=product_reviews&products_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pri-([0-9]+).html$ index\.php?main_page=product_reviews_info&products_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-ezp-([0-9]+).html$ index\.php?main_page=page&id=$2&%{QUERY_STRING} [L]

    # For Open Operations Info Manager
    RewriteRule ^(.*)-i-([0-9]+).html$ index\.php?main_page=info_manager&pages_id=$2&%{QUERY_STRING} [L]

    # For dreamscape's News & Articles Manager
    RewriteRule ^news/?$ index\.php?main_page=news&%{QUERY_STRING} [L]
    RewriteRule ^news/rss.xml$ index\.php?main_page=news_rss&%{QUERY_STRING} [L]
    RewriteRule ^news/archive/?$ index\.php?main_page=news_archive&%{QUERY_STRING} [L]
    RewriteRule ^news/([0-9]{4})-([0-9]{2})-([0-9]{2}).html$ index\.php?main_page=news&date=$1-$2-$3&%{QUERY_STRING} [L]
    RewriteRule ^news/archive/([0-9]{4})-([0-9]{2}).html$ index\.php?main_page=news_archive&date=$1-$2&%{QUERY_STRING} [L]
    RewriteRule ^news/(.*)-a-([0-9]+)-comments.html$ index\.php?main_page=news_comments&article_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^news/(.*)-a-([0-9]+).html$ index\.php?main_page=news_article&article_id=$2&%{QUERY_STRING} [L]

    # All other pages
    # Don't rewrite real files or directories
    RewriteCond %{REQUEST_FILENAME} !-f [NC]
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*).html$ index\.php?main_page=$1&%{QUERY_STRING} [L]
    #### BOF SSU
    Options +FollowSymLinks -MultiViews
    RewriteEngine On
    # Make sure to change "zencart" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
    RewriteBase /

    # Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]

    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteCond %{SCRIPT_FILENAME} !-d
    #RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
    RewriteRule ^(.+) index.php?/$1 [E=VAR1:$1,QSA,L,PT]
    #### EOF SSU

    I just noticed that there is some info from ultimate seo, not sure how this have gotten here, but i have no clue if this is the problem.

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg