Question
Why my htacess is not working as another server
This is my demo website link as below.
my htacess code is as per below
Options +MultiViews
RewriteCond %{REQUESTFILENAME} !-d
RewriteCond %{REQUESTFILENAME} !-f
RewriteRule ^([^.]+)$ $1.aspx [NC,L]
ErrorDocument 404 /404.php
Why htacess is not working in digital ocean like my demo website.
is not working when I try to open like this url : http://my-hosting-ip/job-search/
url is going back to index.php or 404.php
Please someone help to solve this problem.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×