Search found 8 matches
- Fri Aug 26, 2011 8:17 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: how to add prefix www to URL permanently [solved]
- Replies: 4
- Views: 1981
Re: how to add prefix www to URL permanently
Yes, there was www. missing in the config.php. It has been added. But I still need to add the following in .htaccess to make it fully work. RewriteCond %{HTTP_HOST} ^mysite\.com RewriteRule ^(.*)$ http://www.mysite.com/$1 [R=permanent,L] Now Google has accepted my sitemap. I guess when I added URL r...
- Thu Aug 25, 2011 8:14 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: how to add prefix www to URL permanently [solved]
- Replies: 4
- Views: 1981
Re: how to add prefix www to URL permanently
I found a solution to add prefix www. RewriteCond %{HTTP_HOST} ^mysite\.com RewriteRule ^(.*)$ http://www.mysite.com/$1 [R=permanent,L] Howerver, Google still not reconize this change. Here is the error message from Google. Paths don't match We've detected that you submitted your Sitemap using a URL...
- Thu Aug 25, 2011 7:40 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: how to add prefix www to URL permanently [solved]
- Replies: 4
- Views: 1981
how to add prefix www to URL permanently [solved]
Hi all, I just installed the module GoogleSitemap on my client site. zenclimb.com. I tried to submit sitemap link http://zenclimb.com/sitemap.xml to Google, but Google would not accept URL without the prefix www. So I added prefix www in config.php. It works if just type zenclimb.com, it will redire...
- Tue Aug 16, 2011 6:23 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: A problem with menu
- Replies: 2
- Views: 1392
Re: A problem with menu
Thank you very much. It saves me a lot of time.
Jason
Jason
- Tue Aug 16, 2011 3:12 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: A problem with menu
- Replies: 2
- Views: 1392
A problem with menu
Hi, I have problem with my menu. There is a line right after horizontal menu and vertical menu, I don't know where it came from. Does anyone know how to resolve this issue?
http://www.coolji.com/cmsms
Thanks in advance.
Jason
http://www.coolji.com/cmsms
Thanks in advance.
Jason
- Mon Feb 21, 2011 4:44 am
- Forum: Modules/Add-Ons
- Topic: can't receive any emails using FormBuilder
- Replies: 1
- Views: 809
can't receive any emails using FormBuilder
Hello Guys,
I need help with formbuilder.
cmsmailer works fine. But i can't receive any emails after I submit the contact form. however, if I check 'send me a copy of form', i can receive the copy of form.
cms version: 1.9.1
Frombuilder version 0.6.4
Hosting: hostgator
Thanks in advance!
Jason
I need help with formbuilder.
cmsmailer works fine. But i can't receive any emails after I submit the contact form. however, if I check 'send me a copy of form', i can receive the copy of form.
cms version: 1.9.1
Frombuilder version 0.6.4
Hosting: hostgator
Thanks in advance!
Jason
- Wed Jan 14, 2009 2:34 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Using template and menu
- Replies: 4
- Views: 1303
Re: Using template and menu
Thanks Nullig for your reply. I am using CSS menu template, the page which has sub-menu i use {menu template='simple_navigation.tpl' start_level='2' collapse='1'}. The rest of page i use {menu template='simple_navigation.tpl' number_of_levels='1'} I haven't try a dropdown submenu. My client wants to...
- Wed Jan 14, 2009 2:13 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Using template and menu
- Replies: 4
- Views: 1303
Using template and menu
Hello, http://www.newtechtips.com/cms/ I am not sure if I am using the template in the right away. The menu at this website doesn't has sub-menu except "Service". So the page of "Service" I use different template with sub-menu. Other pages don't have sub-menu, So i use another te...