- This topic has 5 replies, 3 voices, and was last updated 14 years, 10 months ago by
TC2.
-
AuthorPosts
-
December 27, 2010 at 12:13 pm #98000
phenomsParticipantLingster,
I see that you have changed the forum index to the top level and placed all inner content under “community” now rather than under “forum”.
I discovered the links inside my profile still link to the old addresses.
Not sure of everywhere that is affected but you might just want to use an Apache Redirect.
I would go with a 301 Permanent Redirect but thats your call. For reference if needed:
http://httpd.apache.org/docs/2.0/mod/mod_alias.html#redirect
For example:
http://amaz0ns.com/forum/Art-QA/97488-Making-desktop-wallpapers
needs to be
http://amaz0ns.com/community/Art-QA/97488-Making-desktop-wallpapersApache rewrite code example:
http://pastebin.com/8h2aB2y5A 301 will act correctly but will keep “forum”. It would be correct syntax. But a 302 Temporary Redirect will change “forum” to “community” which is probably what you will want.
I’m rusty on rewrites. If the above rewrites dont behave as described, blame it on my rust. :blink:
PS- When writing this post, the preview did not seem to work. Not sure if thats related to the URI changes. Admittedly I did not look into it.
My Deviant Art Page (old stuff):
phenoms.deviantart.comMy Booru Gallery (new stuff):
phenoms.booru.orgAlso
www.thevalkyrie.com/picthumb/p/phenoms/index00.htm
www.thevalkyrie.com/picthumb/p/phenom_fett/index00.htmDecember 28, 2010 at 8:25 am #98013Lingster
KeymasterThanks – I forgot about that. Will do.
December 28, 2010 at 8:36 am #98014Lingster
KeymasterI took care of it using Joomla menus – better than adding lines to an already very complex htaccess file.
December 28, 2010 at 12:28 pm #98017
phenomsParticipantLingster wrote:
I took care of it using Joomla menus – better than adding lines to an already very complex htaccess file.
Glad I could help draw your attention to an oversight.
As for how you did it. Whatever works for your back end. I don’t presume to have the slightest idea of what you have going on to make the site work.
Every now and then its nice to blow some dust off my rewrite skills. Of course at this rate I’ll have more dust than skill left.
My Deviant Art Page (old stuff):
phenoms.deviantart.comMy Booru Gallery (new stuff):
phenoms.booru.orgAlso
www.thevalkyrie.com/picthumb/p/phenoms/index00.htm
www.thevalkyrie.com/picthumb/p/phenom_fett/index00.htmJanuary 4, 2011 at 3:56 am #98132Lingster
KeymasterI changed it back – too many problems.
January 4, 2011 at 11:25 am #98133
TC2ParticipantAh well, was nice while it lasted.
-
AuthorPosts
- You must be logged in to reply to this topic.