mwilson
Forum Replies Created
-
Excellent and thank you for a quick response! Also congratulation on the baby boy, Henrik! =)
Hi,
I am also having the same issue. I can create new post types, but they aren’t then listed in the edit section of the UI as shown here: http://codework.dk/wp-content/uploads/screenshot-3.png. Otherwise I love the plugin! =)
Forum: Fixing WordPress
In reply to: SSL for Single PagesHi,
It turns out the Admin SSL plugin was what I needed after all. According to the plugin’s author (who was very fast and courtious when responding to my question):
Absolutely – if you have Private SSL you can secure individual URLs – that is why the box is called ‘Additional URLs’ rather than ‘Additional Pages’. So, if you wanted to secure site.com/blog/some-secure-page/ you would add ‘some-secure-page/’ to the Additional URLs box.
Forum: Fixing WordPress
In reply to: Easy Permalinks in IISTo get permalinks woking on my Win/ISS WP installation I created a php.ini and FTP’d it to my domian’s root. I placed the following inside the php.ini:
cgi.fix_pathinfo = 1
cgi.force_redirect = 0
In the WP permalink options I set up the following virtual site structure:
/index.php/%year%/%monthnum%/%day%/%postname%/
This may be helpful for those who cannot access the primary php.ini file in Windows or for those who don’t have direct access to ISS configuration settings.