Solution to invalid zendframeworkurl route

Source: Internet
Author: User
The zendframeworkurl route is invalid. can you help me? why? Zend & nbsp; framework & nbsp; invalid route localhost/test & nbsp; access error 404 is reported. The localhost/index. php/test/zend framework url route is invalid.
What's the reason for helping me?
Invalid zend framework route
When localhost/test is accessed, the error 404 is returned.
Localhost/index. php/test can be displayed normally.

LoadModule rewrite_module modules/mod_rewrite.so this is also set
Index. php also sets the default page.
------ Solution --------------------
If

Localhost/index. php/test can be displayed normally.

However
When localhost/test is accessed, the error 404 is returned.


Is it true that the location of. htaccess is incorrect?
Is it in the same place as index. php?
Content is
RewriteEngine On
RewriteCond % {REQUEST_FILENAME}-s [OR]
RewriteCond % {REQUEST_FILENAME}-l [OR]
RewriteCond % {REQUEST_FILENAME}-d
RewriteRule ^. * $-[NC, L]
RewriteRule ^. * $ index. php [NC, L]


If both are normal. I don't know why,
It is not a configuration issue. It can only indicate that the code is faulty.


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.