I am following the tutorial 1 on document section, I can see the index view fine but when I proceed to the next stage which is signup Controller, no matter what modification I do to index.php or the URL, I just cannot get it working?
My site is located at: https://localhost/phalcon
Also the first part of htaccess has a problem, line no commented below as I get apache error if i include the problem line below
#/tutorial/.htaccess
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ public/ [L] ##this line causes problem, if i comment it I can access my site
RewriteRule (.*) public/$1 [L]
</IfModule>
I have tried this on both linux and WAMP but I am getting same problem! I have googled and tried to follow solutions that worked but they don't work for me.. I am closing this and giving up and using another framework.. :(