Desperate: Error 500, 1and1 and NO STYLE
-
Hi!
I’m getting lot of problems with my server. First of all, explaining a bit my situation. I have a web in Joomla in a 1and1 server. It works but i decided to migrate to WP. I did my new website in a folder /wordpress and everything is now ready for the new website. I tested everything and it worked perfectly as https://www.mywebsite.com/wordpress
Then i’ve redirected my domain to this folder so it suposes to work everything but IT DOESN’T ??
First i got the Error 500. I read in the forums and i solved but not at all… i changed my .htaccess in the https://www.mywebsite.com/wordpress folder to this:
<files .htaccess> order allow,deny deny from all </files> ServerSignature Off <files wp-config.php> order allow,deny deny from all </files> # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress Options All -Indexes AddType x-mapp-php5 .php AddHandler x-mapp-php5 .php
This should work but i doesn’t… i can see my web without style, just text in a blank background…
Also, as i’ve seen in a topic, i’ve created a php.ini file in the wp-admin folder with the line memory=20MB… but no results.
I’m completely desperate because i’ve tried everything i’ve read in the forum and it works for lot of people but me ??
What’s wrong??? Any help please? thanks a lot!
- The topic ‘Desperate: Error 500, 1and1 and NO STYLE’ is closed to new replies.