vote up 0 vote down star

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)?

flag
1  
Have you asked GoDaddy to enable mod_rewrite for you? – ceejayoz Aug 19 at 23:02

2 Answers

vote up 2 vote down

Have a look at the following article: http://bakery.cakephp.org/articles/view/mod-rewrite-on-godaddy-shared-hosting

link|flag
s seen i change that htaccess code in the above url .but still it not works same problem exist – priya Aug 19 at 13:12
vote up 0 vote down

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()
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.