2009-08-15, 21:19:29
I have used ftp to upload the files to the server. But when I go the web browser and point to http://mydomain.com/ I get "Error: SimpleXML is not installed", yet I still get the fields:
Website Name:
Website Base URL:
Our suggestion is: http://www.mydomain.com/
Username:
Email Address:
The web server runs on PHP 5.2.2.
I have .htaccess fille upload:
Options +Indexes
Options +FollowSymlinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9-]+)/?$ index.php?id=$1 [L]
Website Name:
Website Base URL:
Our suggestion is: http://www.mydomain.com/
Username:
Email Address:
The web server runs on PHP 5.2.2.
I have .htaccess fille upload:
Options +Indexes
Options +FollowSymlinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9-]+)/?$ index.php?id=$1 [L]