Website URL
7elohim.my.id
Error Message
i cannot share my website because Automatic storage access granted for the isolation of the First Party “https://7elohim.my.id” on “https://errors.infinityfree.net”. 404
7elohim.my.id
i cannot share my website because Automatic storage access granted for the isolation of the First Party “https://7elohim.my.id” on “https://errors.infinityfree.net”. 404
I checked your website and it redirects first to https://7elohim.my.id/7elohim_New/Dt.html
, then to https://7elohim.my.id/7elohim_New/Dt
, which doesn’t exist. If you want to remove the extension from the URL, make sure that on the .htaccess
file inside your domain’s htdocs
folder and inside 7elohim_New
there is also this line, since the redirect to the URL without extension works:
Options +MultiViews
If there is no .htaccess
file inside the folder I told you, create it with the content above.
ok i now my trouble, and fixed use default .htaccess
Options +FollowSymLinks
RewriteEngine On
# Redirect to www (uncomment the lines below if you want to force www)
# RewriteCond %{HTTP_HOST} !^www\. [NC]
# RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# Redirect to non-www (uncomment the lines below if you want to force non-www)
# RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
# RewriteRule ^ http://%1%{REQUEST_URI} [L,R=301]
# Remove file extension
Options +MultiViews
# If the requested URL is not a file or a directory, redirect to indexdotphp
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [L]
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.