Search found 8 matches
- Mon Feb 03, 2014 9:58 am
- Forum: Modules/Add-Ons
- Topic: cannot htaccess 301 redirect, with pretty urls enabled
- Replies: 5
- Views: 2724
Re: cannot htaccess 301 redirect, with pretty urls enabled
Hi guys. Thanks for the replys. I think I'll use webmasters tools to specify the preffered urls, as you suggested. Rolf, thanks for the link, but this was the first place I went to when I was searching for a solution. I could not get any of the four rewrites to work: RewriteRule ^old/path/to/somethi...
- Fri Jan 31, 2014 2:05 pm
- Forum: Modules/Add-Ons
- Topic: cannot htaccess 301 redirect, with pretty urls enabled
- Replies: 5
- Views: 2724
cannot htaccess 301 redirect, with pretty urls enabled
Hi all. I enabled pretty urls and it works great. However, I still get search traffic going to the old urls (;http://www.mysite.co.uk/index.php?page=who) and google sitemaps is throwing up a duplicate title tags issue (its treating the two urls as separate pages. So I wanted to force queries to reso...
- Wed Nov 06, 2013 10:45 am
- Forum: Modules/Add-Ons
- Topic: Products Module Search rawurlencode() Problem
- Replies: 0
- Views: 720
Products Module Search rawurlencode() Problem
Hi there I'm using the products module and its search facility to allow users search by field. The tag is :{Products action="search" searchfield="origin,use,size,pollination,season,vigour,self-fertile,hardy,juicing,rhs" resultpage="product-detail"}. If I search for a pr...
- Mon Jul 22, 2013 2:27 pm
- Forum: Modules/Add-Ons
- Topic: Is there a Scrolling News Module?
- Replies: 3
- Views: 1655
Re: Is there a Scrolling News Module?
Thanks for answering so quickly Rolf. That looks good. Do you know if it can be used to create a scoller/ticker that is one line high, ie very wide, but aproximately 20px tall? I did try another Jquery scroller (http://www.upservice.nl/blog/31/news-scroller-jquery-ticker/) but it would not work on t...
- Mon Jul 22, 2013 1:40 pm
- Forum: Modules/Add-Ons
- Topic: Is there a Scrolling News Module?
- Replies: 3
- Views: 1655
Is there a Scrolling News Module?
Hi, I'm looking for a module that will scroll news stories slowly and continously across the full width of my website.There used to be a module called Newsflashscroller {NFS} but that does not seem to work any more. I've achieved the effect with {marquee} plugin, but only with quite a bit of tinkeri...
- Mon Sep 24, 2012 4:51 pm
- Forum: CMSMS Core
- Topic: "default_upload_permission" in config not working
- Replies: 3
- Views: 1602
Re: "default_upload_permission" in config not working
I notice Filemanager is behaving as I think it should (ie setting the permissions of newly uploaded files according to the $config['default_upload_permission'] = '644'; in config.php), whereas imagemanager and tinyMCE create permissions of 664. Are the default perms for imagemanager and tiny set som...
- Fri Sep 14, 2012 1:58 pm
- Forum: CMSMS Core
- Topic: "default_upload_permission" in config not working
- Replies: 3
- Views: 1602
Re: "default_upload_permission" in config not working
Hi Dr CSS. Thanks for getting back to me. I tried setting the umask to 002 and then I used the image manager to create a folder and upload a file.
The new folder file permission is set to 775 (I want 755)
The file permission on both the image and its _thumb is 664 (I want 644).
Any other ideas?
The new folder file permission is set to 775 (I want 755)
The file permission on both the image and its _thumb is 664 (I want 644).
Any other ideas?
- Wed Sep 12, 2012 12:27 pm
- Forum: CMSMS Core
- Topic: "default_upload_permission" in config not working
- Replies: 3
- Views: 1602
"default_upload_permission" in config not working
Hi. First-time poster so apologies if I've posted this in the wrong place. Although my "default_upload_permission" is set to 644 in config.php, but when I upload a file via image manager or Tiny MCE the file permissions are defaulting to 664. The _thumb.jpgs that are created simultaneously...