In facts, it’s kinda simple : each changed path are like a 404 error. Shall I rename my wordpress core folders/subfolders? This is not how these kind of plugins should work isn’t it?
Hi,
Thanks for your feedback.
Do you actually use a sub-folder for WordPress e.g. domain.com/wp-root and being accessible through domain.com?
Thanks
Hi there, and thank you for the reply.
I’m not using any subfolder for WordPress. I’m on a share-host for the beginning of my project, but I don’t think this is a problem.
Do you think these .htaccess lines can cause problems (I have more than this, but others can’t interfer with such a rewrite rule) :
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# protect wpconfig.php
<files wp-config.php>
order allow,deny
deny from all
</files>
# protect the htaccess file
<files .htaccess>
order allow,deny
deny from all
</files>
# protect folders
Options -Indexes
Thanks.
Hi,
I don’t see anything wrong within the .htaccess file
Can you get in touch with me through contact at http://www.wp-hide.com and i’ll check it further.
Thanks
Sure, i’ll send you an email with creditential.
Wait… I’m near to find the solution. It’s related to Fast Velocity Minify, which is really a nice minify/concatenate… but which seems to cause problem. I’ll investigate further.
Ok, I have partially debugged it. My Headway framework combined with fast-velocity minify were causing some troubles.
Now, I have only problems for third party plugins to be renamed… and I think it will be just impossible to make it work. This happen for fast velocity minify url which seems to be protected (un-rewritable) and justified image grid plugin, which seems to lost informations if renamed.
If you think you’ll be able to help me for these specific issue, tell me if I have to send an email there : http://www.wp-hide.com If not, we can say problem partially resolved.
I think i can still still check into this and try to find a work-around. As long there’s filters to be used, it should work.
Thanks