-
David Cavins replied to the topic [Resolved] Wrong permalinks for BuddyPress Pages With IIS/SQL Server 2012 in the forum How-to & Troubleshooting 13 years, 1 month ago
That’s interesting. (I don’t see that behavior on my LAMP or IIS installations.)
Do you have the “Custom Structure” option with an empty text field? You could try http://localhost/wp-sqlsrv/%monthnum%/%postname%/ that way.
-
David Cavins replied to the topic [Resolved] Wrong permalinks for BuddyPress Pages With IIS/SQL Server 2012 in the forum How-to & Troubleshooting 13 years, 1 month ago
What happens to your site if you switch your permalinks to simply be http://localhost/wp-sqlsrv/%postname%/ or http://localhost/wp-sqlsrv/%month%/%postname%/?
-
David Cavins replied to the topic [Resolved] Wrong permalinks for BuddyPress Pages With IIS/SQL Server 2012 in the forum How-to & Troubleshooting 13 years, 1 month ago
I’ve also used WP on IIS with mixed success. However, I’ve never tried to use SQL Server to host the db. Your rewrite rules look right to me. How have you set your permalink settings up within WP (from the Admin area, it’s at Settings > Permalinks)?
-David
-
David Cavins started the topic Help with action variables and catching a URL in the forum Creating & Extending 13 years, 1 month ago
I’m adding an action to a simple plugin, and BP seems not to be catching the URL (WP returns a 404). Here’s what I’m trying to do:
User clicks on the link to perform the action. The anchor has the url:
http://site.com/members/username/library/delete-map/57/2/value?_wpnonce=cc13d43458The link returns a 404 page, but I’m able to check that the…[Read more]
@dcavins
Active 1 week, 4 days ago