- DMAnsweredOnly 404 error is showing in login page. otherwise the website is opening well.
And also unable to find .htaccess file - MSAnsweredHello,
Can you please share the installation url so that I can check it.
_You can add private reply by enabling the `PRIVATE for Staff only` at top right of reply section._
Thank you - MSAnsweredHello,
You have not upload the `.htaccess` file.
If you did then your server mod_rewrite is not enable or configure to use `.htaccess` from site directory. Please check with your host but triple check that the `.htaccess` file exists with same contents as in your download.
Thank you - DMAnsweredWhere did the .htaccess exist in the main file
- MSAnsweredWhere ever you uploaded the files? Please check it there :(
- DMAnswered.htaccess doesn’t exist in any folder or file and also not exist in main file
- MSAnsweredHello,
If it's not there then why don't you upload. Check your download after extracting it. The file is there. If you are on linux/unix, you should know that the dot file are hidden so you need to shown them :( May I know the reason why are you missing to upload the files from very start?
Thank you - DMAnsweredI have done everything correctly and uploaded each and everyfile successfully
- MSAnsweredYes, please see the contents of first one.
- MSAnsweredThis is not the file that comes in download :( Please check the content in download file those should be
```
DirectoryIndex index.php index.html
<IfModule mod_rewrite.c>
RewriteEngine On
# RewriteBase /basepath/
RewriteCond $1 !^(index\.php|assets|install|update)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# For godady Shared Hosting Server uncomment the line below
# RewriteRule ^(.*)$ index.php?/$1 [L]
# Please comment this if you have uncommented the above
RewriteRule ^(.*)$ index.php/$1 [NC,L,QSA]
</IfModule>
``` - Login to Reply