Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Apr 2007
    Posts
    86
    Plugin Contributions
    0

    Default Re: Creating a unique URL for a category

    Quote Originally Posted by amanamission View Post
    The Ultimate SEO Plugin claims to do the trick.
    Good luck

    but the point is that there should be an easier way to accomplish this without the SEO add-ons. I don't see why it's necessary to add or modify the php files... when a simple htaccess rewrite should do the trick.

    Can someone please help out? I just want to change the URL of one single category.

  2. #12
    Join Date
    Apr 2007
    Posts
    86
    Plugin Contributions
    0

    Default Re: Creating a unique URL for a category

    I installed the ultimate seo add-on and I didn't like it. But I copied the format in the included htaccess file and replaced some info with the stuff I wanted and its working!

    If you want to be able to change the url of a specific category (and I imagine this can be used with any other pages as well) simply add this to your .htaccess file in the root directory:

    Code:
    Options +FollowSymLinks
    RewriteEngine On
    RewriteBase /yoursite.com/
    
    # From Ultimate SEO URLs
    RewriteRule ^category http://yoursite.com/index.php?main_page=index&cPath=500

    Actually, this is what I did in the first place but I didn't have the ReWriteBase part. I wonder if that's why it wouldn't work.

    Now I just need to get this Ultimate SEO stuff out of my admin panel!

  3. #13
    Join Date
    May 2008
    Location
    Rainbow Country
    Posts
    20
    Plugin Contributions
    0

    Default Re: Creating a unique URL for a category

    Thanks for the rewrite. There are a few things about the Ultimate SEO plug-in that I do not like either.

    Is there a .htaccess rewrite will automatically make each new product and category page URL look like yoursite.com/category-name/product-name/

    or do you have to specify the url and rewrite URL for each new page into the .htaccess?

  4. #14
    Join Date
    Apr 2007
    Posts
    86
    Plugin Contributions
    0

    Default Re: Creating a unique URL for a category

    Quote Originally Posted by amanamission View Post
    Is there a .htaccess rewrite will automatically make each new product and category page URL look like yoursite.com/category-name/product-name/

    I think there could be, but complicated... check this site out:
    http://corz.org/serv/tricks/htaccess2.php

    The guy will answer questions you have.

  5. #15
    Join Date
    May 2008
    Location
    Rainbow Country
    Posts
    20
    Plugin Contributions
    0

    Default Re: Creating a unique URL for a category

    Thank you for the tip.
    I'll head over there to check it out.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v139h creating a url for a hidden product
    By karine in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 27 Jul 2016, 11:00 PM
  2. Creating Unique Product Ids based on Attributes
    By TwitchDesign in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 9 Mar 2011, 08:42 PM
  3. Product layout unique for each category?
    By DocRocks in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 23 Jun 2008, 09:53 AM
  4. Programming for a unique URL Structure?
    By 5869 in forum General Questions
    Replies: 2
    Last Post: 7 Nov 2007, 06:12 PM
  5. how: a unique footer for every product and category
    By profitshock in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 1 Oct 2006, 04:47 AM

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