alex0_1
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Please help with my issueWhat did you change ?
Forum: Fixing WordPress
In reply to: wp-admin login pageYes and they said and I quote ” Youll need to check your scripts.
If we are to take a look at them charges will be incurred. “
I’ll try to contact them again.
Forum: Fixing WordPress
In reply to: wp-admin login pageYes it’s working that what I meant. I don’t have nothing in the .htaccess file
Forum: Fixing WordPress
In reply to: wp-admin login pageOkay so, I’ve downloaded again WP and put the files to the FTP. I still see a blank page after I login. I’ve put a php code to see the informations and it seems that I have the rewrite mode, because I thought that it was because maybe of that.
Forum: Fixing WordPress
In reply to: wp-admin login page[Thu Nov 04 18:01:31 2010] [error] File does not exist: /usr/home/alex01ca/public_html/favicon.ico
[Thu Nov 04 18:01:31 2010] [error] File does not exist: /usr/home/alex01ca/public_html/404.shtml
[Thu Nov 04 18:01:31 2010] [error] File does not exist: /usr/home/alex01ca/public_html/favicon.icoThese are from the error logs. Renamed .htaccess still no change, uploading new files as we speak.
Forum: Fixing WordPress
In reply to: wp-admin login pageNo.
Forum: Fixing WordPress
In reply to: wp-admin login pageIt may sound stupid but how do I know if the site functions pre-import.
BTW, I did what you have asked me.Forum: Fixing WordPress
In reply to: wp-admin login pageI contacted the ISP that provides the server and they said ” Check your scripts.” :/
Uhm, no I didn’t access any backups. This is the first time I’m trying installing WP to the server.
Forum: Fixing WordPress
In reply to: wp-admin login pageNo sir. Only one.
Forum: Fixing WordPress
In reply to: wp-admin login pageWell if I had an error there the whole blog wouldn’t show up.
Forum: Fixing WordPress
In reply to: wp-admin login pageI tried that, it doesn’t.
Forum: Fixing WordPress
In reply to: wp-admin login pageThey allow .htaccess
Any more ideas ?
I installed http headers and firebug they report no errors and the files load fine. I’m about to give up on this one.Forum: Fixing WordPress
In reply to: wp-admin login pageI did as you told me reinstalled everything except wp-config.php and wp-content, no luck at all.
When I tried to increase memory I get this error:
Invalid command ‘Define(‘WP_MEMORY_LIMIT’,’, perhaps mis-spelled or defined by a module not included in the server configurationSomeone also wrote “apparently it has to do with the way Apache looks at the index.php file. The following is from the post by k.v.ahuja.
Solution 1
If allowed by your host, putting this in an .htaccess file will solve the problem:
DirectoryIndex index.html index.htm index.phpSolution 2
Some hosts allow you to make a change, via their hosting control panel, to the DirectoryIndex. It’s typically described as Indexes or Index documents, but may also require you to type something like
DirectoryIndex index.html index.htm index.php
or specify index.php as an index type file.Solution 3
Instruct Apache to treat index.php as an index file. If you own the server, or have access to the http.conf file, simply modify the DirectoryIndex line in httpd.conf to:
DirectoryIndex index.html index.htm index.php”Solution 1 doesn’t work.
Don’t know what else to do..P.S Can this problem come from the hosting server/company ?
Forum: Fixing WordPress
In reply to: wp-admin login pageI was just giving an example for you to understand that in my case this is not caused by X,Y plugin, because I didn’t install any.
Forum: Fixing WordPress
In reply to: blanknessI experience the same problem. I think it’s the .htaccess file but don’t know what to modify..