Search found 29 matches
- Mon Sep 12, 2011 1:52 pm
- Forum: CMSMS Core
- Topic: pages with .htm extension
- Replies: 2
- Views: 1331
Re: pages with .htm extension
Thank you Ronny. That works, using $config['page_extension'] = '.htm'; Is there any way to set an extension to be used only on certain pages? In going from static to CMS, we are trying to match the urls on our pages that have incoming links from other sites. A few of them have ".html instead of...
- Fri Sep 09, 2011 6:20 pm
- Forum: CMSMS Core
- Topic: pages with .htm extension
- Replies: 2
- Views: 1331
pages with .htm extension
I am following the recomendation for adding a .htm extension found here: http://wiki.cmsmadesimple.org/index.php/User_Handbook/Tips_And_Tricks specifically the use of: RewriteRule ^(.+).htm$ index.php?page=$1 [QSA] I find that it does allow pages to be accessed with a .htm extension, however it also...
- Tue Sep 06, 2011 5:49 pm
- Forum: CMSMS Core
- Topic: .htm extension on certian pages only
- Replies: 5
- Views: 2095
Re: .htm extension on certian pages only
I have already created 301s to a uniform structure. We were originally planning to uniformly have pagenames without the .htm extension. The problem is with external links to our pages. Our SEO guy is adamamant that it will hurt our google ranking if the urls that external sites use get changed. Howe...
- Fri Sep 02, 2011 5:57 pm
- Forum: CMSMS Core
- Topic: .htm extension on certian pages only
- Replies: 5
- Views: 2095
Re: .htm extension on certian pages only
Hi Wishbone, No CMSMS does not let you add an extension like .htm in the page url or page alias fields. The link I provided above details how to set up the .htaccess file to add ".htm" to whatever your urls are. My question was really if anyone knew of a modification to the .htaccess file ...
- Wed Aug 31, 2011 7:02 pm
- Forum: CMSMS Core
- Topic: .htm extension on certian pages only
- Replies: 5
- Views: 2095
.htm extension on certian pages only
I saw this tip on how to add .htm extension to all pages: http://wiki.cmsmadesimple.org/index.php/User_Handbook/Tips_And_Tricks#Pretty_URL.27s Is there a way to specify that it be added to certain pages only? We are trying to retain ranking from incoming links by keeping in our new cmsms site identi...
- Thu Aug 04, 2011 6:14 pm
- Forum: The Lounge
- Topic: url rewrites display root_path
- Replies: 9
- Views: 20069
Re: url rewrites display root_path
I have a working static file at http://209.97.208.212/example.html With this in the .htaccess: RewriteRule ^test.htm$ example.html [R=301,L] the url http://209.97.208.212/test.htm redirects to http://209.97.208.212/home/consumer/public_html/example.html I had previously set this up (and created the ...
- Wed Aug 03, 2011 5:18 pm
- Forum: The Lounge
- Topic: url rewrites display root_path
- Replies: 9
- Views: 20069
Re: url rewrites display root_path
Hi, I did that (again) and it rewrote config.php, but that did not fix the problem. It wrote the same root_path and everything else as it did previously. I don't believe root_path is incorrect. I was wondering if it had something to do with virtual hosts in apache? I have this set up as a virtual ho...
- Tue Aug 02, 2011 5:33 pm
- Forum: CMSMS Core
- Topic: pretty urls for news module
- Replies: 5
- Views: 2497
Re: pretty urls for news module
For some reason when I the url field, the article shows up on my site's homepage (default) rather than the news index page.
The link does use the url I specified, but it shows up in the wrong template
The link does use the url I specified, but it shows up in the wrong template
- Tue Aug 02, 2011 5:09 pm
- Forum: The Lounge
- Topic: url rewrites display root_path
- Replies: 9
- Views: 20069
Re: url rewrites display root_path
Sorry, that seems to be incorrect. $config['root_url'] = 'http://209.97.208.212'; $config['root_path'] = '/home/consumer/public_html/'; setting $config['root_path'] = 'http://209.97.208.212'; produces this error: Fatal error: Class 'CmsRoute' not found in /home/consumer/public_html/lib/classes/class...
- Sun Jul 31, 2011 4:24 am
- Forum: CMSMS Core
- Topic: pretty urls for news module
- Replies: 5
- Views: 2497
pretty urls for news module
Hello, I recently upgraded a cmsms 1.8.2 site to 1.9.4.2 and I understand that it is now possible to use pretty urls for the news module. And to configure a news article url to anything. I am having trouble finding the documentation on how to do this, could someone please point me in the right direc...
- Sun Jul 31, 2011 4:17 am
- Forum: The Lounge
- Topic: url rewrites display root_path
- Replies: 9
- Views: 20069
Re: url rewrites display root_path
Thank you.
Did you mean change
$config['root_path'] = '/home/consumer/public_html/';
to
$config['root_path'] = 'http://209.97.208.212';
or to
$config['root_path'] = '/home/consumer/public_html';
without trailing slash, and
http://209.97.208.212
somewhere else?
Did you mean change
$config['root_path'] = '/home/consumer/public_html/';
to
$config['root_path'] = 'http://209.97.208.212';
or to
$config['root_path'] = '/home/consumer/public_html';
without trailing slash, and
http://209.97.208.212
somewhere else?
- Fri Jul 29, 2011 2:19 pm
- Forum: The Lounge
- Topic: url rewrites display root_path
- Replies: 9
- Views: 20069
url rewrites display root_path
I am trying to write redirects to have old urls go to new urls. The site I am currently working on is at http://209.97.208.212 I have a redirect set up RewriteRule ^education-center.htm$ financial-fitness-center [R=301,L] I would expect http://209.97.208.212/education-center.htm to redirect as http:...
- Tue Jul 12, 2011 3:31 pm
- Forum: CMSMS Core
- Topic: redirects displaying root_path
- Replies: 0
- Views: 594
redirects displaying root_path
I have a series of redirects specified in my .htaccess file. RewriteRule ^education-center.htm$ financial-fitness-center [R=301,L] so to test it by pasting in http://myurl/education-center.htm I get redirected to: http://myurl/home/consumer/public_html/financial-fitness-center (which works, but isn'...
- Tue Jul 12, 2011 2:35 pm
- Forum: Modules/Add-Ons
- Topic: urls for news module article pages
- Replies: 6
- Views: 1719
Re: urls for news module article pages
I am using v 1.8.2 I do not see a url field on the edit screen for an article. Is this a newer feature that only exists in more recent versions?
- Thu Jul 07, 2011 6:18 pm
- Forum: Modules/Add-Ons
- Topic: urls for news module article pages
- Replies: 6
- Views: 1719
urls for news module article pages
Hello I have several articles on my site using the news module. I was wondering if someone could point me to documentation on how to better configure the urls for the article pages? The url for the page of the site under construction is: http://209.97.208.212/financial-resources/financial-fitness-ce...
