این مشکل از چی و چطوری درستش کنم
Forbidden
You don't have permission to access /htaccess.php on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
نمایش نسخه قابل چاپ
این مشکل از چی و چطوری درستش کنم
Forbidden
You don't have permission to access /htaccess.php on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
سلام؛ شما دسته بندی درستی رو انتخاب نکردید برای این سوال چون فکر کنم که دارین وردپرس نصب می کنین و به این مشکل برخوردین.
به هر حال؛ یک فایل .htaccess درست کنین و این کد رو داخلش بنویسین:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
اگر درست شد که هیچی، اگر درست نشد دو تا فولدر به اسم های wp-content و wp-admin دارین که یک مرتبه دسترسی اینها رو به 777 تغییر بدید و اگر درست شد، کارتون که تموم شد مجدد به 755 برگردونید.
موفق باشید.