Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
SS ATABİLİRMİSİN NERDEN HATA ALIYORSUN BİRAZ AÇIKLAYICI ŞEKİLDE ANLATIR VE SS ATABİLİRSEN YARDIM EDEBİLİRİM.mrhabalar xenforo admin panelinden ( Lütfen daha sonra tekrar deneyin. Tarayıcı konsolunda hataya dair daha fazla detay olabilir. ) bu şekilde hata alıyorum çözümü nedir
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
</IfModule>