نقل قول نوشته اصلی توسط alireza66 نمایش پست ها
دوست عزیزم مشکل کارکترها با راه حل جناب تسنیم حل شد.
البته این راه شما هم در حالت دیگر جواب میده قبلا تست کردم.

الان مشکل permission ها هنوز پابرجاست. اگر بتونید کمک کنید ممنون میشم.
The following are the advantages of Suphp ( it should run as cgi )

* PHP runs as your user/group
* PHP files can have permissions of 640 (hiding things like passwords from other accounts)
* Files/folders written by PHP are written as user/group (no Apache or other global user)
* Custom php.ini file per site (can add/remove security options)


Please note that suPHP does not allow permissions 666 and 777. The new writable permissions are

Files: 644
Folders: 755

Also suphp will not allow to declare php variable through .htaccess. You can use php.ini file to declare php variables

Hope this helps