Moved Permanently
The document has moved here.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.16 (Unix) mod_ssl/2.2.16 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.14 mod_perl/2.0.4 Perl/v5.8.8 Server at domeniu.com Port 80
primesc eroarea asta la redirect 301vreo idee? Redirectul este dat de la varianta fara www la cea cu www. Insa el imi spune ca siteul a fost mutat de la fara www tot la fara www.
Am rezolvat..
# 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>
Partea asta din codul scris de Alex trebuia pusa prima inainte de redirectul 301



vreo idee? Redirectul este dat de la varianta fara www la cea cu www. Insa el imi spune ca siteul a fost mutat de la fara www tot la fara www.
Răspunde cu citat