alamster
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Install on DirectNicIf possible, find fantastico inside your cpanel. Try install wordpress with fantastico and if it works studying wp-config.php file to see generated values (host, username, password etc)
Forum: Fixing WordPress
In reply to: My blogs header has been hacked – how did they do it ?I try to answer :
1. The address they try to inject is ‘attack site’ (I run it on firefox)
http://safebrowsing.clients.google.com/safebrowsing/diagnostic?client=Firefox&hl=en-US&site=http://everlastmovie.cn/?pid=317&sid=84dd6f
2. I ever get hacked too, after recheck all file I find out that wp theme I use already insert by a backdoor which make them easily enter another code to my blog (php shell).Forum: Installing WordPress
In reply to: How to change permalinks under WAMP.I ever face that problem and my solution :
Find these lines (in httpd.conf) :
#LoadModule rewrite_module modules/mod_rewrite.so
remove # sign
and this line
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
</Directory>change into this :
<Directory />
Options FollowSymLinks
AllowOverride FileInfo Options
Order deny,allow
Deny from all
</Directory>Save and Restart apache followed by retest your permalink.
( I take it from my blog post that utilize xampp but I think it’s not different in wamp).
Forum: Fixing WordPress
In reply to: Unable to upgradeTry this
[spam link removed]Forum: Installing WordPress
In reply to: I have Installed WordPress Locally. Is this the next Step?I have create guide about install wordpress locally, start from install required tools (wampserver and email server) then pointing it to fake domain (might be you’re future domain in real world). Next step to make it online is dumping the sql and import to your hosting company.
[spam link removed]