Does x10hosting support File system caching method? (to speed up the website by caching data into the servers's memory)So the static files are simply stored as any other file, on server.
yes it work, I find the htaccess have these lines:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_HOST} ^myhost.x10.mx$
RewriteRule . - [E=REWRITEBASE:/]
RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]
I got this error message, the server issue still not solved..
Fatal error: Class 'PDO' not found in ../public_html/includes/database/database.inc on line 184