t0mmyZ
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to move custom post type to a new themeif there are any other suggestions/solutions I’d love to read about them!
Forum: Fixing WordPress
In reply to: how to move custom post type to a new themethanks Dan will look in those places and see how it goes!
Forum: Plugins
In reply to: [Lazyest Slides] [Plugin: Lazyest Slides] serious problem with slides 0.5.4no idea, i don’t have a test setup to try it again, but the fact is, it did happen twice. Soon as I activated lazyest slides, lazyest gallery disappeared and had to be re installed.
when i get a moment, ill do a test install and try to replicate.
thanks for the great plugin. It sure is easier to teach clients how to use it then the alternative(s).
Forum: Plugins
In reply to: [W3 Total Cache] Change the Leverage browser cachingHi same problem here, not sure how to use any of the solutions in the links posted by vamban. Hosting with Rackspace CloudFiles.
would really appreciate a fix for this matter as well, thanks for helping us optimize!
Forum: Plugins
In reply to: [Testimonials Widget] [Plugin: Testimonial Widget] Feature requestsi’d like to echo the request for a shortcode to display all testimonials in a nice format on a page. In most cases, we need to create a testimonial page as well as using the widget on the front page.
I think Wibbsy summarized it pretty well, thanks, and any updates on future development will be appreciated.
Hi AITPro
Much thanks for your help on this matter. Yes I did have the F flag in there which forbid access to the folder. I tried so many solutions that this might have sneaked in there.
It turned out that my problem was coming from the statement preventing access to install.php by BP Security. See I was trying to install a php script in /clients/ so no how much I tried to grant access to it, this line prevented it:
<FilesMatch “^(wp-config\.php|install\.php|\.htaccess|php\.ini|php5\.ini|readme\.html|bb-config\.php)”>
Deny from allso I added an allow statement there for my ip and everything is golden now.
Thanks again for your help,
Tom
in there I have one of the solutions I tried to implement to allow access to a folder called clients:
RewriteCond %{HTTP_HOST} !=dharma-gate.com RewriteRule ^clients(/|/.*)?$ - [NC,F]
I have placed it right after:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On
so far it has not worked.
Forum: Networking WordPress
In reply to: creating hosting accounts for multisitesin plesk there is a way of course to add domains under one account/subscription
they can be added with hosting, without hosting (just dns) or with forwarding. I thought that wordpress would physically create a directory under the site root when sub-folders are used, but have not seen that happened, nor under the blogs.dir.
anyone else has any idea? I am ok with the accounts created under one subscription in plesk (in cpanel this will be like add-on domains).