FLUTTER_LEARN_IR Telegram 687
▫️احتمالا با این مشکل مواجه شده اید که بعد از قرار دادن نسخه وب پروژه فلاتر روی سرور لینک های داخلی که از طریق تب های جدید باز میکنید دچار خطای 404 میشوند و فقط از طریق همان صفحه اصلی برنامه به آن صفحات دسترسی دارید.

یا حتی با رفرش کردن صفحه اپلیکیشن با خطا 404 روبرو میشود.
▫️برای حل این مشکل روی هاست های اشتراکی به شکل زیر میتوانید عمل کنید.

ابتدا فرض میکنیم پروژه در دایرکتوری Path قرار گرفته است, در اینصورت یک فایل به نام .htaccess میسازیم و کدهای زیر را درون آن قرار میدهیم:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /path/

# If the requested resource doesn't exist
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# Redirect all requests to index.html
RewriteRule ^ index.html [L]
</IfModule>


⚜️اولین مرجع فارسی فلاتر @flutter_learn_ir



tgoop.com/flutter_learn_ir/687
Create:
Last Update:

▫️احتمالا با این مشکل مواجه شده اید که بعد از قرار دادن نسخه وب پروژه فلاتر روی سرور لینک های داخلی که از طریق تب های جدید باز میکنید دچار خطای 404 میشوند و فقط از طریق همان صفحه اصلی برنامه به آن صفحات دسترسی دارید.

یا حتی با رفرش کردن صفحه اپلیکیشن با خطا 404 روبرو میشود.
▫️برای حل این مشکل روی هاست های اشتراکی به شکل زیر میتوانید عمل کنید.

ابتدا فرض میکنیم پروژه در دایرکتوری Path قرار گرفته است, در اینصورت یک فایل به نام .htaccess میسازیم و کدهای زیر را درون آن قرار میدهیم:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /path/

# If the requested resource doesn't exist
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# Redirect all requests to index.html
RewriteRule ^ index.html [L]
</IfModule>


⚜️اولین مرجع فارسی فلاتر @flutter_learn_ir

BY آموزش برنامه نویسی فلاتر Flutter




Share with your friend now:
tgoop.com/flutter_learn_ir/687

View MORE
Open in Telegram


Telegram News

Date: |

It’s yet another bloodbath on Satoshi Street. As of press time, Bitcoin (BTC) and the broader cryptocurrency market have corrected another 10 percent amid a massive sell-off. Ethereum (EHT) is down a staggering 15 percent moving close to $1,000, down more than 42 percent on the weekly chart. Those being doxxed include outgoing Chief Executive Carrie Lam Cheng Yuet-ngor, Chung and police assistant commissioner Joe Chan Tung, who heads police's cyber security and technology crime bureau. Polls The main design elements of your Telegram channel include a name, bio (brief description), and avatar. Your bio should be: Select: Settings – Manage Channel – Administrators – Add administrator. From your list of subscribers, select the correct user. A new window will appear on the screen. Check the rights you’re willing to give to your administrator.
from us


Telegram آموزش برنامه نویسی فلاتر Flutter
FROM American