Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Andy] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder

Quote Reply
Re: [Andy] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder In reply to
Ok I understand now that 301 redirect needs to happen.

There are 2 things to redirect though.
From www.example.com/pages/Example_Category to www.example.com/example_category (pages folder removed and uppercase removed)

I created .htaccess file with the content below and placed it to the web root but it didn't work

RewriteEngine on
RewriteMap lowercase int:tolower
RewriteRule ^/pages/(.*) /${lowercase:$1} [R=301,NC]

I get this error
----------------------------------------------------------------------------------------------------------------------------------
Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log.
----------------------------------------------------------------------------------------------------------------------------------

Any recommendations?

Last edited by:

Z: Oct 20, 2011, 8:47 PM
Subject Author Views Date
Thread; hot thread How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder Z 24781 Oct 18, 2011, 10:12 PM
Thread; hot thread Re: [Z] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Andy 24343 Oct 18, 2011, 11:49 PM
Thread; hot thread Re: [Andy] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Matthias70 24203 Oct 19, 2011, 9:45 AM
Thread; hot thread Re: [Matthias70] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Andy 24143 Oct 19, 2011, 9:48 AM
Thread; hot thread Re: [Andy] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Matthias70 24174 Oct 19, 2011, 9:54 AM
Thread; hot thread Re: [Matthias70] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Andy 24309 Oct 19, 2011, 10:00 AM
Thread; hot thread Re: [Andy] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Matthias70 24202 Oct 19, 2011, 10:07 AM
Thread; hot thread Re: [Matthias70] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Andy 24150 Oct 19, 2011, 10:30 AM
Thread; hot thread Re: [Andy] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Matthias70 24196 Oct 19, 2011, 10:44 AM
Thread; hot thread Re: [Matthias70] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Andy 24144 Oct 19, 2011, 10:49 AM
Post; hot thread Re: [Andy] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Matthias70 24084 Oct 19, 2011, 11:01 AM
Thread; hot thread Re: [Andy] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Matthias70 24162 Oct 19, 2011, 11:11 AM
Thread; hot thread Re: [Matthias70] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Matthias70 24174 Oct 19, 2011, 11:21 AM
Thread; hot thread Re: [Matthias70] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Andy 24211 Oct 19, 2011, 11:53 AM
Post; hot thread Re: [Andy] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Matthias70 24062 Oct 19, 2011, 12:01 PM
Thread; hot thread Re: [Andy] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Z 24012 Oct 19, 2011, 8:52 PM
Thread; hot thread Re: [Z] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Andy 24023 Oct 20, 2011, 12:25 AM
Thread; hot thread Re: [Andy] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Z 23968 Oct 20, 2011, 11:23 AM
Thread; hot thread Re: [Z] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Andy 24039 Oct 20, 2011, 11:26 AM
Thread; hot thread Re: [Andy] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Z 23967 Oct 20, 2011, 11:51 AM
Post; hot thread Re: [Z] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Andy 23805 Oct 20, 2011, 11:56 PM
Thread; hot thread Re: [Andy] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Z 23874 Oct 20, 2011, 8:44 PM
Thread; hot thread Re: [Z] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Andy 23804 Oct 20, 2011, 11:58 PM
Thread; hot thread Re: [Andy] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Z 23805 Oct 21, 2011, 6:17 AM
Thread; hot thread Re: [Z] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Andy 23781 Oct 21, 2011, 6:22 AM
Post; hot thread Re: [Andy] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Z 5252 Oct 21, 2011, 6:36 AM
Post; hot thread Post deleted by Z
Z 5205 Oct 21, 2011, 6:43 AM
Post; hot thread Re: [Andy] How to remove index.html at the end of each category URL and how to move the pages location from default "pages" folder
Z 4864 Oct 24, 2011, 8:13 AM