katalinsky
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't access dashboard but site working porperly but a bit slow.yes! I’ve did it from scratch! deleted all and reinstalled it! Thanks
Forum: Fixing WordPress
In reply to: Permalink doesn't workIt works 🙂
I’ve updated the file again and it worked 🙂thaks for your help!
Forum: Fixing WordPress
In reply to: Permalink doesn't workI got a message:
If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /WP/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /WP/index.php [L]
</IfModule>Forum: Fixing WordPress
In reply to: Permalink doesn't workthey say it is enable…
Forum: Fixing WordPress
In reply to: Permalink doesn't workthat was the document that have used… but doesn’t work it gives-me a 404 error every time I don’t choose the default option..
Forum: Fixing WordPress
In reply to: Can't access dashboard or admin areaI did the second method (Edit functions.php) in these page: http://codex.ww.wp.xz.cn/Changing_The_Site_URL
The first time work just fine, but next only a blank page.
The url is: ritakatz.com and the admin url is: http://ritakatz.com/wp-admin/, if necessary I can erase all and re-install (the content is all dummy), but I would realy like to fix the problem… and understand what is wrong!
Thanks
Forum: Fixing WordPress
In reply to: Can't access dashboard but site working porperly but a bit slow.thanks Ipstenu, I’ve open a new topic 🙂
Frederick Townes: no errors… just a blank page 🙁
Forum: Fixing WordPress
In reply to: Can't access dashboard but site working porperly but a bit slow.I have more or less the same problem… I stoped having access to my admin area… I can’t even login… all it apears is a blank page… can anyone help me?