Phalcon can only access the indexAction method to access IndexController, but cannot access testAction.

Source: Internet
Author: User
Phalcon can only access the indexAction method in IndexController, but cannot access testAction. However, any method in ArticleController can be accessed. it can be seen that it is an Apache rewrite problem, but my. htaccess files are all in accordance with the document. Two. htacc... Phalcon can only access the indexAction method to access IndexController, but cannot access testAction.
However, you can access any method in ArticleController.
Apache rewrite is a problem.,

However, all my. htaccess files follow the instructions in the document.

Two. htaccess

First

RewriteEngine onRewriteRule  ^$ public/    [L]RewriteRule  ((?s).*) public/$1 [L]

In. htaccess under the public Directory

RewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_FILENAME} !-fRewriteRule ^(.*)$ index.php?_url=/$1 [QSA,L]

The access route localhost/index/test cannot be accessed, but localhost/index. php? _ Url =/index/test can be accessed

Please kindly advise

Reply content:

Phalcon can only access the indexAction method to access IndexController, but cannot access testAction.
However, you can access any method in ArticleController.
Apache rewrite is a problem.,

However, all my. htaccess files follow the instructions in the document.

Two. htaccess

First

RewriteEngine onRewriteRule  ^$ public/    [L]RewriteRule  ((?s).*) public/$1 [L]

In. htaccess under the public Directory

RewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_FILENAME} !-fRewriteRule ^(.*)$ index.php?_url=/$1 [QSA,L]

The access route localhost/index/test cannot be accessed, but localhost/index. php? _ Url =/index/test can be accessed

Please kindly advise

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.