Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
host doesn't allow .htaccess, site transfer
#2
From Enom:

Quote:Do not use virtual includes, and do not use relative or parent paths. Always try and use full paths when ever possible.
Safe mode and Register Globals are enabled by default, however we allow to put your own custom php.ini file in your website root. Sessions will automatically start - you would need to turn off the session start in your code, or lower your error reporting in a php.ini file.
This is a IIS server - so that means that you can not use .htaccess files to over write global settings. You can however use a php.ini file in your root directory to set some of the settings. Some of them are disabled globally.
To see all the server settings, module settings and compiled extensions, please create a file called phpinfo.php. In that file, place only this one line:
<?php phpinfo(); ?>
Now upload and browse to the file in your web browser.

Am I doomed?
Reply


Messages In This Thread
RE: host doesn't allow .htaccess, site transfer - by djrodan - 2013-06-12, 22:39:15



Users browsing this thread: 1 Guest(s)