dbanksdesign
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot Register Multiple SidebarsThanks, I just figured it out. I wasn’t calling the sidebars correctly in my sidebar.php file.
Forum: Fixing WordPress
In reply to: Permalinks overwritting .htaccess on 1and1 hostingesmi – you are a scholar and a gentleman. Downloading the .htaccess file, adding the AddType x-mapp-php5 .php line at the top then re-uploading (I used Cyberduck and had it set to auto/unix line endings) worked!
I am now running PHP5 and pretty permalinks on a 1and1 server.
Brilliant!
Merry Christmas!
Forum: Fixing WordPress
In reply to: Permalinks overwritting .htaccess on 1and1 hostingI’m editing the .htaccess file remotely through FTP. Then I save it and php5 runs (I check phpinfo) – but the permalinks break. To fix that I re-save the permalink settings and when I refresh the .htaccess file it goes back to the original version without the AddType….
Should I download the .htaccess file, edit, then re-upload?
Does it have to do with it’s file permissions?
Forum: Fixing WordPress
In reply to: In Admin Widgets not showing properlyI added
AddType x-mapp-php5 .php
to my .htaccess file, but when I run phpinfo it comes as saying PHP 4.4.9..