clean url problem with Korean/Chinese Characters (Unicodes)
For SEO and multilingual site, I want to use Korean or non-alphabetical characters in the url strings.
But I get crash/errors on the url with Korean characters in it.
Other rewrite is working fine-clean url.
Is there a way to configure web.config or something to make this work?
People always tell me to stop using IIS and change to linux, apache...etc.
Thank you for your advice and help!!
Read moreinstall multisite drupal on 3rd party webhost
Hello all
I am trying to install drupal on my shared hosting plan. I have already successfully installed drupal 7.14 on my desktop windows server 2008 with IIS7. I plan to recreate the same site on the 3rd party webhost.
The hosting plan has the following:
1. Windows server 2008
2. IIS6
3. PHP 5.2.5
4. MySQL 5.0.91
I have setup my core drupal install at a subdomain http://dessites.des-us.com. It was working quite correctly, until suddenly, I get this error on browsing to the site:
Fatal error: Class 'PDO' not found in ........includes\database\database.inc on line 184
Anyone solve civicrm permission problem?-web-server needs to be granted write access
Anyone had problem with Civicrm installation?
"default/files folder writeable? error"
I saw people resolved the problem by doing
attrib -r default /s /d
attrib -r files /s /d
or
using unixtool chmod 777 mathod.
I even did
icacls sites\default /grant IIS_IUSRS:(M)
icacls sites\default /grant IUSR:(M)
icacls sites\default\files /grant IIS_IUSRS:(OI)(CI)(M)
icacls sites\default\files /grant IUSR:(OI)(CI)(M)
Also I tried GUI giving all the permission(check everything for thedefault folder) to IUSR AND IIS_IUSR
Read moreMultisite Setup Locally with Drupal 7 / MS SQLSRV / IIS 7.5
Drupal 7 / MS SQLSRV / IIS 7.5 (on localhost)
I'm trying to create a multisite setup on my localhost account with Drupal 7, and it's not been as easy as I had hoped. The biggest issue is that all of the tutorials on setting it up are for Apache and/or hosted setups.
This is what I need:
http://localhost (main install)
http://localhost/site1
http://localhost/site2
http://localhost/site3
Does anyone either know of a great tutorial or documentation on how to do this? If not, some basic steps on accomplishing this would be great. Thanks for any help.
Read moremodules to use ( or not to use ) with IIS ?
Hello everyone
are there modules for drupal 6 that won't work in IIS 6 ?
specially those configured with apache config settings
thanks
Read moreDrupal on IIS stripping action from HTML forms
We've just installed drupal on an IIS machine in our office. It has installed successfully, however we cannot create any content or save settings in the admin menu.
It seems that the "action" attribute in the HTML FORMs are being cleared. For example, when you create a page, the form on index.php?q=node/add/page should post to (ie, the form element's action attribute) "index.php?q=node/add/page". (like it does on all the Mac and Linux servers I've setup with drupal).
What happens is that is just goes to "index.php".
Read more