siteye girince http://xxx.store/pub/setup/ sekmesine atıyor fakat sayfa
Bu sayfa çalışmıyor
xxx.store sizi çok fazla kez yönlendirdi.
hatası veriyor. nasıl düzeltebilirim?
7
●178
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/pub/
RewriteCond %{REQUEST_URI} !^/setup/
RewriteCond %{REQUEST_URI} !^/update/
RewriteCond %{REQUEST_URI} !^/dev/
RewriteRule .* /pub/$0 [L]
DirectoryIndex index.php
# php -- BEGIN cPanel-generated handler, do not edit
# Set the ea-php72 package as the default PHP programming language.
<IfModule mime_module>
AddType application/x-httpd-ea-php72 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit