Results 1 to 10 of 15

Hybrid View

  1. #1
    Join Date
    Apr 2007
    Posts
    86
    Plugin Contributions
    0

    Default Re: Creating a unique URL for a category

    Thanks for the idea.

    I just tried what you said but it did not work. Unless I did it wrong or put it in the wrong place. Any more ideas?

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

    Default Re: Creating a unique URL for a category

    Would I have to create a new htaccess file? Where should I put the file?

    Do I have to turn the "rewriting" function on in the server? Or is this always on?

  3. #3
    Join Date
    Apr 2007
    Posts
    86
    Plugin Contributions
    0

    Default Re: Creating a unique URL for a category

    Am I even remotely close to solving this problem? I looked at the SEO add-ons and it didn't seem like it would do the trick. Besides, that sure would be a lot of additional files for one simple rewrite, right?

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

    Default Re: Creating a unique URL for a category

    The Ultimate SEO Plugin claims to do the trick.
    Good luck

  5. #5
    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.

  6. #6
    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!

  7. #7
    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?

 

 

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