Reputation:
I tried using an internal rewrite, but only the main page shows. Any access to, for example, http://www.example.com/logins/
will just return a 404 Not Found error.
How can I enable the mod_rewrite in a shared hosting environment (Godaddy in my case)?
Upvotes: 4
Views: 2647
Reputation: 11
Unfortunately, even if you fix that problem you're likely to run into others due to overzealous (and probably misguided) security lockdowns on PHP.
Specifically, I currently can't get it working because the following PHP methods have "been disabled for security reasons:"
ini_get()
fopen()
readdir()
Upvotes: 1