i have following .htaccess :
options +followsymlinks rewriteengine on rewriterule ^projects/([a-za-z0-9\-]+)$ project.php?project=$1 [nc,l] rewriterule ^objects$ category.php?category=objects [nc,l] rewriterule ^environments$ category.php?category=environments [nc,l] rewriterule ^studio$ studio.php [nc,l] rewriterule ^submitted$ contact-form-thank-you.php [nc,l] rewriterule ^$ index.php [nc,l]
which has been working fine in local development process , on testing server. i'm putting on production site , mysite.com/studio
gives me 404 error. of others fine. and, going mysite.com/studio.php
works fine.
it's godaddy site.
Comments
Post a Comment