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