hiuxing
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Someone put a iframe on index.php fileThanks for all reply.
It’s solved and I’m really happy that it is not happening anymore! 😀Thanks a lot again!
Forum: Fixing WordPress
In reply to: Pictures upload with old directory settings?What do you mean?
Why is this related to the safe mode?I want to change the settings to where the Flash uploader should upload to.
Forum: Fixing WordPress
In reply to: Pages from 2.7.1 don’t work in 2.8?Fixed it.
I had to put this in my .htaccess file:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Thanks 😀
Forum: Fixing WordPress
In reply to: WP backup import to MySQL don’t work?Thank you so much!
I thought that I wasn’t able to reach the dashboard.
I know why it didn’t work now.I forgot to upload my theme.
The settings were set to use that theme, but since it was broken it just gave me a blank page. *feels stupid*
I went to “Themes” and it automatically changed it into the default one because mine was broken.I just don’t know how to thank you.
Thank you so much. ^^Forum: Fixing WordPress
In reply to: Someone put a iframe on index.php fileFirst of all, thank you so much for replying.
Should I empty my database too?
Anyway, I uploaded my backup config file to my site, but it still don’t work.I even tried installing WordPress via Fantastico installer.
I got a brand new MySQL database and the default theme came up and worked.
I deleted the files in my new MySQL database and inported it with the files I exported from my old MySQL.
And now it just give me a blank page?Forum: Fixing WordPress
In reply to: Someone put a iframe on index.php fileMy website is http://morningsundesigns.com/ btw.