PDA

View Full Version : این ارور چه وقت هایی میاد؟



emperatorphp
شنبه 15 فروردین 1394, 09:12 صبح
Access forbidden!You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster (admin@127.0.0.1).

m.esmaeilzadeh
شنبه 15 فروردین 1394, 10:04 صبح
داری از یک کلاس آماده استفاده می کنی ؟

Unique
شنبه 15 فروردین 1394, 10:08 صبح
مربوط به سطوح دسترسی توی apache هستش. فکر کنم توی httpd.conf اگه برای دایرکتوری Require all granted بدین مشکل حل بشه.

emperatorphp
شنبه 15 فروردین 1394, 10:16 صبح
مربوط به سطوح دسترسی توی apache هستش. فکر کنم توی httpd.conf اگه برای دایرکتوری Require all granted بدین مشکل حل بشه.


سلام تا httpd.conf متوجه شدم بعد دیگه Require all granted چیه؟
منظورتون اینه؟
DocumentRoot "C:\Program Files (x86)\EasyPHP-5.3.5.0\www\index"

emperatorphp
شنبه 15 فروردین 1394, 10:21 صبح
داری از یک کلاس آماده استفاده می کنی ؟
نه از form_validation_escapechar دارم استفاده میکنم

Unique
شنبه 15 فروردین 1394, 14:32 عصر
مثلا اینطوری :


<Directory "E:/path/to/www/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Allow from all
Require all granted
</Directory>