php - .htaccess not working with GoDaddy -


this .htaccess rewrite:

options +indexes errordocument 400 /notfound.php errordocument 401 /notfound.php errordocument 403 /notfound.php errordocument 404 /notfound.php errordocument 500 /notfound.php rewriteengine on rewriterule (.*)\.xml(.*) $1.php$2 [nocase] 

i haven't had trouble using on server other godaddy. sites use custom cms file called "pages" (not "pages.php") links page alias (e.g. http://www.domain.com/pages/page-alias) , works everywhere.

the home page fine. when going page alias, pages file doesn't work.

i need use "pages.php" file make work (linking http://www.domain.com/pages.php/page-alias).

is issue .htaccess file on godaddy server?

is there i'm missing?

with godaddy, need turn off multiviews:

options -multiviews 

[source]


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -