I Cant Login To My Manager

0

404
Not Found
The resource requested could not be found on this server!

mywebpage/auth/login

I cant login it says 404.. please help thanks.

Question Resolved For: Simple Invoice Manager - Invoicing Made Easy 0 Votes 1 Answers 378 Views
Asked by mert tanker 1 year ago

0

Answered by Mian Saleem 1 year ago

Hello,

Please make sure that you have uploaded the .htaccess and that your mod_rewrite is enabled and configured to use .htaccess from sire directory.

You can create the .htaccess file in the folder where you uploaded the files with following contents

DirectoryIndex index.php index.html

<IfModule mod_rewrite.c>

RewriteEngine On
# RewriteBase /invoice/
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>

Thank you

We use Cookies

We use cookies to ensure that we give you the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies.