Antonio
Forum Replies Created
-
Forum: Plugins
In reply to: [WP htaccess Control] [Plugin: WP htaccess Control] I can't access anythingHi dmolnar,
For this plugin to work, the permalink settings must not be “default”, ie.: “?p=123” (otherwise WP won’t even create a htaccess file).
When everything goes wrong you should just delete the *.htaccess file generated at the root of your blog, and resubmit your WP permalink settings, on wp-admin/options-permalink.php. If this is not enough I guess you could delete this plugin’s folder.
I’d also suggest you to try the htaccess suggestions slowly, ideally one by one: there’s nothing wrong with them but as server configurations vary, some of them may not work on your particular environment.
Using the display name instead of the username on permalinks, could be done (although, at the moment, this plugin can’t), however this represents an issue: unlike usernames, display names are not url friendly by nature.
I’m not sure if any of this helps but you seem to have recovered from the trouble in the end…
Antonio
Hi astrasuite,
I just tested the plugin on a vanilla 3.3.1 WP install (and other existing sites) and it worked as expected.
From your description it seems the javascript in the settings page is not behaving correctly… Which other plugins have you activated?
Hi bren,
Your suggestions make sense.
I’ll look into them.Thank you.
Forum: Plugins
In reply to: [WP htaccess Control] Error 500 when adding password protectionVery late answer but shouldn’t you have
Require valid-user #BEGIN WordPressinstead of
Require valid-user# BEGIN WordPress?
Forum: Plugins
In reply to: [WP htaccess Control] Remove author basegavinhamm, is that still happening?
I can’t reproduce it, the_author_posts_link() outputs as it should.Hi,
Are you doing this at the moment and how?
I may add this as a feature, which could be done in a couple of different ways:
- locking the IPs to which the login page shall be available, if they all are static IPs
- if they’re dynamic IPs, we could maybe manually add a header to the request or a cookie (using browser add-ons).
Forum: Plugins
In reply to: [WP htaccess Control] Remove author baseYou should now be able to do this with version 2.6.
Forum: Plugins
In reply to: [WP htaccess Control] Remove author baseAt the moment this is not possible.
I may soon add this feature as it seems useful in some situations.Thank you.
Forum: Plugins
In reply to: [WP htaccess Control] "Header already sent…" after upgrading to 2.5.7Nyhm,
I’ve never heard of that specific issue before.
Which other plugins are you running?
What header content is being generated?
Could you share a live example?Get in touch by email and I’ll have a look at it.
António
Forum: Plugins
In reply to: [WP htaccess Control] 2.5.7 – cannot log in anymoreSorry for all the trouble.
The issue introduced on 2.5.7 was due to a wrong file encoding (which should always be UTF-8 without BOM).
Version 2.5.8 should be ok.Forum: Plugins
In reply to: [WP htaccess Control] "Header already sent…" after upgrading to 2.5.7Sorry for all the trouble.
The issue introduced on 2.5.7 was due to a wrong file encoding (which should always be UTF-8 without BOM).
Version 2.5.8 should be ok.Forum: Plugins
In reply to: [WP htaccess Control] Remove Short Tag in wp-htaccess-control-ui.phpThank you caillou! This should be fixed on 2.5.1.
Have you re-submitted your settings again since the upgrade?
Under Settings>General, do you have WordPress address and Site address with or without the www part at this point?This should be fixed on version 2.1.2.
What the canonical url option does is adding or removing the www part from the WordPress URL settings on options-general.php.
I’ve just given it a try and one of the settings is not changing, I’ll be fixing this.
Thank you for pointing it out.