carloda
Forum Replies Created
-
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] Related products Problem@caseproof does buying the prod version of the plugin solve it?
Forum: Plugins
In reply to: [Ceceppa Multilingua] Fix 500 Internal Server Error NOT WORKCynthiaKatz Hello, just set the permissions CHMOD ( 555 ) of the .htaccess file.
screenshot example: http://goo.gl/0hwVRK
Forum: Plugins
In reply to: [Ceceppa Multilingua] Fix 500 Internal Server Error NOT WORKI found a solution a little rough, I gave to the .htaccess file the read-only attribute. =)
Forum: Plugins
In reply to: [Ceceppa Multilingua] Fix 500 Internal Server Error NOT WORKcan someone help me?
Forum: Plugins
In reply to: [Ceceppa Multilingua] Fix 500 Internal Server Error NOT WORKI found the problem, the site works perfectly and so long as the .htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase / wp /
RewriteRule ^ index \ .php $ – [L]
RewriteCond% {REQUEST_FILENAME}! -f
RewriteCond% {REQUEST_FILENAME}! -d
RewriteRule. /wp/index.php [L]
</ IfModule>
# END WordPressbut automatically it changes this way:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase / wp / en /
RewriteRule ^ index \ .php $ – [L]
RewriteCond% {REQUEST_FILENAME}! -f
RewriteCond% {REQUEST_FILENAME}! -d
RewriteRule. /wp/it/index.php [L]
</ IfModule>
# END WordPressand at that point smetet of work and returns error 500
how do I fix?