Results 1 to 10 of 5054

Hybrid View

  1. #1
    Join Date
    Mar 2005
    Posts
    123
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    You can certainly use alias to do this, you dont have to edit your filesname or anything, this is the beauty of SSU. Put products_new in your link field, and put whatever you want in the alias field. You may want to check the Alias Manager video tutorial for more info

    Thanks Yellow - using the Alias feature is getting there... It's re-writing the URL fine now but so products_new.html now goes to the page new_designer_clothing.html but that page cannot be found (404 page)

    I've tried clearing all the cache's but it doesn't make any difference!

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by twdhosting View Post
    Thanks Yellow - using the Alias feature is getting there... It's re-writing the URL fine now but so products_new.html now goes to the page new_designer_clothing.html but that page cannot be found (404 page)

    I've tried clearing all the cache's but it doesn't make any difference!
    I wonder how you are putting in the link and alias field, but one problem I can think of is the html extension. From seo point of view, that extension part is not needed anyway, perhaps you want to first take out the extension
    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

  3. #3
    Join Date
    Mar 2005
    Posts
    123
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    I wonder how you are putting in the link and alias field, but one problem I can think of is the html extension. From seo point of view, that extension part is not needed anyway, perhaps you want to first take out the extension
    Cheers Yellow - that nailed it :)

    I removed the html extension from the SSU config...

    It's a shame it didn't work with the .html extension though - it makes the URL's look neater somehow...

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by twdhosting View Post
    Cheers Yellow - that nailed it :)

    I removed the html extension from the SSU config...

    It's a shame it didn't work with the .html extension though - it makes the URL's look neater somehow...
    I will look into it in future versions. But just for some info, in the seminar I attended recently with the big G guys, I had this question and they told me the html extension doesnt really have any value. It will just mean your client will have to type some extra characters
    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
    May 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi,
    How can I keep Simple SEO from redirecting css and image files? everything else is working fine
    Code:
    Hi everyone,
    Im trying to optimize our webpage and while using firebug, it seems that a lot of pages are being unnecessarily 301 redirected (we have Simple SEO installed).
    
    Here is the htaccess file; (I have put modrewrite off clauses in some folder but cant get all files)
    
    
    Code:
    php_value max_execution_time 3600
    
    #### 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 %{HTTP_HOST} ^domain\.com$ [NC]
    RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]
    
    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteCond %{SCRIPT_FILENAME} !-d
    RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
    #### EOF SSU
    How can i add a clause to stop redirecting images, css files, etc to avoid problems? Thanks in advance!

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

    Default Re: Simple SEO URL [support thread]

    I dont see any reason ssu would redirect your css or image files at all, perhaps you may want to describe your problem in more details
    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
    May 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    while checking out a firebug report (debug addon for firefox), i can see that it is redirecting everything, not only php files which i think is slowing down the server

 

 

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