Search found 17 matches

by slicencode
Mon Nov 09, 2009 7:09 pm
Forum: CMSMS Core
Topic: 301 Redirect's - Issues [SOLVED]
Replies: 4
Views: 1616

Re: 301 Redirect's - Issues

Okidok, I figured it out for those will encounter the issue :)

This is the correct format:

Code: Select all

RewriteRule ^oldfolder/file.html$ http://www.domain.com/newfolder [R=301,L]
No starting slash on the old path and no trailing slash on the new path :)

Good luck :)
by slicencode
Mon Nov 09, 2009 6:53 pm
Forum: CMSMS Core
Topic: 301 Redirect's - Issues [SOLVED]
Replies: 4
Views: 1616

Re: 301 Redirect's - Issues

Thanks Rolf, I had tried that and it still hadn't worked. Case in point, example: RewriteRule ^2007timeless.htm$ http://www.pointgrace.com/special-offers/ [R=301,L] Doesn't work here: http://www.pointgrace.com/resort/specials/2007timeless.htm Full Htaccess RewriteEngine on # #Sub-dir e.g: /cmsms/ Re...
by slicencode
Mon Nov 09, 2009 5:29 pm
Forum: CMSMS Core
Topic: 301 Redirect's - Issues [SOLVED]
Replies: 4
Views: 1616

301 Redirect's - Issues [SOLVED]

Hi, I'm having issues with a set of old links, I have about 50 of them which I've redirected to the new CMS pages in the following format (.htaccess), example: redirect 301 /resort/specialsmain.htm http://www.pointgrace.com/special-offers/ However, when I try /resort/specialsmain.htm , it goes to: h...
by slicencode
Tue Oct 20, 2009 5:28 pm
Forum: CMSMS Core
Topic: [SOLVED] Pretty URL's - Not working
Replies: 12
Views: 3260

Re: Pretty URL's - Not working

Did I totally forget that or what, lol :D

Thanks for your help :)
by slicencode
Tue Oct 20, 2009 4:49 pm
Forum: CMSMS Core
Topic: [SOLVED] Pretty URL's - Not working
Replies: 12
Views: 3260

Re: Pretty URL's - Not working

Hard-coded, in flexible form. i.e. not" www.abc.com/index.php", but "index.php". Would this pose a difference?
by slicencode
Tue Oct 20, 2009 4:36 pm
Forum: CMSMS Core
Topic: [SOLVED] Pretty URL's - Not working
Replies: 12
Views: 3260

Re: Pretty URL's - Not working

Funnily enough the links display correctly from the admin section when you hover over the magnifying glass. Also points to the cache as the problem... Did you go to Site Admin > Global Settings > tab Advanced setup?  or elsewhere Thanks Jos, that's exactly where I went (i.e. the "Clear Cache:&...
by slicencode
Tue Oct 20, 2009 4:19 pm
Forum: CMSMS Core
Topic: [SOLVED] Pretty URL's - Not working
Replies: 12
Views: 3260

Re: Pretty URL's - Not working

Thanks again for your reply Jos, well appreciated. I had cleared cache, and just did it again, no go. Here is my config: #------------ #URL Settings #------------ #What type of URL rewriting should we be using for pretty URLs?  Valid options are: #'none', 'internal', and 'mod_rewrite'.  'internal' w...
by slicencode
Tue Oct 20, 2009 4:00 pm
Forum: CMSMS Core
Topic: [SOLVED] Pretty URL's - Not working
Replies: 12
Views: 3260

Re: Pretty URL's - Not working

I don't read you have made changes to the config.php file? And as far as I know the {metadata} tag has to be in... I've mentioned above that I have edited the config file, to my knowledge the metadata tag only screwed up images from time to time, as such it should still be rewriting the initial lin...
by slicencode
Tue Oct 20, 2009 3:42 pm
Forum: CMSMS Core
Topic: [SOLVED] Pretty URL's - Not working
Replies: 12
Views: 3260

[SOLVED] Pretty URL's - Not working

Hi, I've done all the changes (except for the metadata tag, the information shown in the metadata field is already in my templates so not sure if it'll be of much use), but I don't think my .htaccess is even functioning, see here: http://www.colunas.ch/index.php?page=unsere-dienste Try any of the li...
by slicencode
Sun Aug 30, 2009 6:34 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Javascript call in page not working?
Replies: 8
Views: 2948

Re: Javascript call in page not working?

baresi wrote: Try this instead of those two lines in the slideshow css

#slideshow span {display:none}
#wrappper {width:506px; margin:50px auto;}
Fixed, you want your cash? :)
by slicencode
Sun Aug 30, 2009 6:22 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Javascript call in page not working?
Replies: 8
Views: 2948

Re: Javascript call in page not working?

baresi wrote: Might have to play around with css styles

#slideshow span {display:none}
#wrappper {width:506px; margin:50px auto; display:none}

looking out for "display: none"
Thanks for the help, what do you think I should change it too?
by slicencode
Sun Aug 30, 2009 5:47 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Javascript call in page not working?
Replies: 8
Views: 2948

Re: Javascript call in page not working?

baresi wrote: Not wrapped in literal?
Valid question, it's wrapped in literal.
by slicencode
Sun Aug 30, 2009 5:42 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Javascript call in page not working?
Replies: 8
Views: 2948

[SOLVED] Javascript call in page not working?

Hi all, I've had a lot of success with cms made simple in the past and really enjoy the tool. I am having issues with a javascript call that I'm making on a single page (gallery): http://pointgrace.server292.com/gallery/ I have other javascript events going on, but this one seems to be kicking the b...
by slicencode
Sat Jul 25, 2009 4:29 pm
Forum: CMSMS Core
Topic: Modrewrite Issue (1.6.1)
Replies: 7
Views: 1791

Re: Modrewrite Issue (1.6.1)

Thanks for the reply, I'm only using one htaccess (just checked again), is there a new rewrite code (not sure if I understood the 2nd question)?

Go to advanced search