Algan
New member
- Dec 3, 2020
- 7
- 5
- 3
is any one can help me this problem. htacces file is not working. installation everything its ok but when I click to login the first time I have error : Not Found The requested URL was not found on this server. this seems that the ”.htaccess” file is missing. I edited the .htaccess file as like
RewriteEngine on
RewriteCond $1 !^(index\.php|public|\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?$1
still not working. Can someone who has solved this problem share the solution with us?

RewriteEngine on
RewriteCond $1 !^(index\.php|public|\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?$1
still not working. Can someone who has solved this problem share the solution with us?
