Thanks Don, it will be fine..Yes --we are working on this
don
Keep on the good work!
Thanks Don, it will be fine..Yes --we are working on this
don
I'd like to ask you the same thing that the WordPress people say I should ask the plugin author when I use plugins with Wordpress. Are 777 permissions really safe?The Worst Outcome
The worst that can happen as a result of using 777 permissions on a folder or even a file, is that if a malicious cracker or entity is able to upload a devious file or modify a current file to execute code, they will have complete control over your blog, including having your database information and password.
Find a Workaround
Its usually pretty easy to have the enhanced features provided by the impressive WordPress plugins available, without having to put yourself at risk. Contact the Plugin author or your server support and request a workaround.
777 is not safe.
thats why we use mod_ruid, there you dont need to put files on 777 to edit them.
mod_ruid requires Apache 2.x, correct?
RewriteEngine On
RewriteCond %{HTTP_HOST} !SERVER.IP.ADRES HERE
RewriteRule ^(.*)$ http://SERVER.IP.ADRES HERE/$1 [R=301]
We don't have any issues with phpmyadmin, squirrelmail or something else with WiseNav.for mod ruid users add this in a .htaccess file /var/www/html:
this fixes the phpmyadmin squirrelmail and so on issues.
default_php=5
php5_cgi=yes
default_php=4
php4_cgi=yes
I saw this thread and read through from start to end, then decided to download the plugin. The plugin was easy to install on DA and I had very little trouble sourcing and getting suPHP hooked in as the default php handler.
I happily found the WiseNav Site Builder option in my DA user panel and on clicking it it took me straight to the installer page. Making sure I created a test environment (made new "wntest" folder in public_html) and set the folder permissions to 775.
After the install I was pleasantly surprised to find it all workeduntil I tried to create a new scene (silly me.) On entering a name for the scene I clicked the submit button and got "Unexpected XML data:br. Invalid Scene" for my efforts.
That was a bit of a show stopper for me I'm afraid but I'm hoping one of you fine people can help. If anyone knows how to rectify this wee problem I'd be very grateful.
Thank you kindly in advance.