This is my demo website link as below.
Options +MultiViews
RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^.]+)$ $1.aspx [NC,L]
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.
Set up the mass virtual with:
VirtualDocumentRoot /var/www/html/%0
But didn’t allow override for the parent directory.
<Directory "/var/www/html">
AllowOverride ALL
</Directory>
VirtualDocumentRoot /var/www/html/%0
This comment has been deleted