DB
Asked
Hi, I need help with the installation. Followed the guide but got 404 messages. Where can I buy this installation support (20 USD)? Appreciate if anyone can help me.
- MSAnsweredHello,
Please try to resolve it yourself first.
404 not found are mostly caused due to missing `.htaccess` file. Please make sure that you have upload the `.htaccess` file. Other reasons could be server `mod_rewrite` (should ba enabled and config to use .htaccess file form site directory) or `base_url` in the `app/config/config.php` file.
Please check above and if you still can't fix, let me know.
In case you need to request installation, you can always [open ticket](/support/tickets/new) from your user menus in head.
Thank you - DBAnsweredThanks for the reply! Managed to do this. But do you by any chance know how to put a NO-INDEX tag somewhere in HTACCESS to block Google and other search engines to crawl the invoicing folder? I also did a mistake and removed the admin so I can't access the dashboard anymore. How do I add an admin in the backend?
- MSAnsweredHello,
You should not worry about indexing as login is required for access the app. If it still something, then you can create [robots.txt](https://developers.google.com/search/docs/advanced/robots/create-robots-txt) file.
You can run the follow query after selecting your database to add the default user.
```sql
(1, 0x7f0000, 'Administrator', '77286399654ca11207bce3b46fcbef88993e359a', NULL, '[email protected]', NULL, '1cdd205b56cfb9d832026bcd9d4feac095449e5c', 1385181406, NULL, 1351661704, 1475543908, 1, 'Admin', 'Admin', 'Invoice Manager', '0105292122', NULL);
```
Thank you - Login to Reply