justcreativedesign
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HackedI had the exact same line of coded just added to my site as well. Trying to figure out where it is. Let me know if you find it. I’ve contacted my hosts as well.
Forum: Fixing WordPress
In reply to: WordPress 2.7 Installation Deleted / Missing Admin MenuIn my case it was Admin Drop Down Menu.
Forum: Fixing WordPress
In reply to: Permalink Problems, 404 Errors – maybe htaccess ?Hi, thanks everyone… I have fixed the problem…
I added this to my htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
ErrorDocument 404 /index.php?error=404
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Permalink Problems, 404 Errors – maybe htaccess ?PS.
I have also just found out that if i add index.php infront of my posts as below, it works?http://justcreativedesign.com/index.php/2007/12/12/101-places-to-get-design-inspiration/
How can I get rid of the index.php bit?
Forum: Fixing WordPress
In reply to: Permalink Problems, 404 Errors – maybe htaccess ?Anyone have a solution?
Forum: Fixing WordPress
In reply to: Permalink Problems, 404 Errors – maybe htaccess ?Thanks for the reply. I did try changing it back and did check the htaccess file however it was still blank. No instructions?
Forum: Fixing WordPress
In reply to: FEED just stopped working when changed permalinkanyone?