Report this

What is the reason for this report?

Why my htacess is not working as another server

Posted on December 4, 2017

This is my demo website link as below.

http://24jobs.datalinkmm.com/

my htacess code is as per below

Options +MultiViews

RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-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.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.