Hello everybody, I'm working on a new website and I need some of my pages to be on a specific location. Right now if I create a new content it will be on www.mysite.com/newpage.html but I need that to be on www.mysite.com/uploads/flash/newpage.html for example.
Is that possible? To assign a specific location to a content?
I'm using CMSMS 1.6.3 with Pretty URL's
Thanks a lot for any kind of help.
Mr. Bacan.
Change Content Location
Re: Change Content Location
first off, you're running an outdated version of cmsms. you need to update.
secondly,
are you needing to mix static html files with cmsms ones? if so.... if a static html page exists, it will be served outside of cmsms and can be linked to directly.
or
are you trying to replicate an existing, non-cmsms url in cmsms? if that's the case, use a 301 permanent redirect to the 'new' url of the cmsms page instead.
secondly,
are you needing to mix static html files with cmsms ones? if so.... if a static html page exists, it will be served outside of cmsms and can be linked to directly.
or
are you trying to replicate an existing, non-cmsms url in cmsms? if that's the case, use a 301 permanent redirect to the 'new' url of the cmsms page instead.
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
Re: Change Content Location
Thanks Kermit for your answer, I upgraded to 1.7.1
What I need is to create a new dynamic page using CMSMS having the option to locate that new dynamic page into any folder I want. I need this because I have a script that doesn't work if it's not in the same folder as the page that is calling it, and the script doesn't work at all if it's not in it's own folder.
Analyzing what I just wrote I think it is not possible, but it would be very nice to have that option, because if I want to get around this the onl solution that comes to my mind is to create the page offline, uploaded via FTP and then link it on CMSMS.
What I need is to create a new dynamic page using CMSMS having the option to locate that new dynamic page into any folder I want. I need this because I have a script that doesn't work if it's not in the same folder as the page that is calling it, and the script doesn't work at all if it's not in it's own folder.
Analyzing what I just wrote I think it is not possible, but it would be very nice to have that option, because if I want to get around this the onl solution that comes to my mind is to create the page offline, uploaded via FTP and then link it on CMSMS.
Re: Change Content Location
if that other script cannot be turned into a UDT or module, and you cannot rewrite it to not be dependent upon the location of the script that calls it or so it can reside in cmsms root, then you will need to make it a separate page, outside of cmsms and link to it as an external link; or try the {embed} tag, which wraps external pages (i.e. non-cmsms) inside an iframe.
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info