[FLOW3-general] No controller could be resolved which would match your request

Suman Ravuri ravurisuman at gmail.com
Tue Jan 22 05:55:49 CET 2013


Hi All,
          I have installed flow 1.1 in apache server of fedora 14. For
 all the directories i gave apache access.
 ################################################################
 [root at localhost flow3]# ls -ltr
 total 64
 -rwxrwxrwx  1 apache apache   267 Jan 21 10:32 flow3.bat
 drwxrwxrwx  4 apache apache  4096 Jan 21 10:32 Build
 -rwxrwxrwx  1 apache apache   696 Jan 21 10:32 Readme.txt
 -rwxrwxrwx  1 apache apache 20196 Jan 21 10:32 Upgrading.txt
 -rwxrwxrwx  1 apache apache  1590 Jan 21 10:32 flow3
 drwxrwxrwx+ 5 apache apache  4096 Jan 21 10:43 Configuration
 drwxrwxrwx+ 5 apache apache  4096 Jan 21 10:43 Data
 drwxrwxrwx+ 4 apache apache  4096 Jan 21 11:52 Packages
 drwxrwxrwx  3 apache apache  4096 Jan 21 18:07 Web

 #################################################################

             When I launch application i am getting " No controller could
 be resolved which would match your request." Not sure what the error is?
 Do I need to start apache web server in apache user mode.

 my .htaccess looks like as follow

 ########################################
 # You can specify a default context by activating this option:
 SetEnv FLOW3_CONTEXT Development

 # If the root path is not the parent of the Web directory, FLOW3's root
 path must be
 # specified manually:
 SetEnv FLOW3_ROOTPATH /var/www/html/flow3/

 #
 # mod_rewrite configuration
 #
 <IfModule mod_rewrite.c

         # Enable URL rewriting
         RewriteEngine On

         # Set flag so we know URL rewriting is available
         SetEnv FLOW3_REWRITEURLS 1

         # You will have to change the path in the following option if you
         # experience problems while your installation is located in a
 subdirectory
         # of the website root.
         RewriteBase /

         # Stop rewrite processing no matter if a package resource,
 robots.txt etc. exists or not
         RewriteRule ^(_Resources/Packages/|robots\.txt|favicon\.ico) - [L]

         # Stop rewrite process if the path points to a static file anyway
         RewriteCond %{REQUEST_FILENAME} -f [OR]
         RewriteCond %{REQUEST_FILENAME} -l [OR]
         RewriteCond %{REQUEST_FILENAME} -d
         RewriteRule .* - [L]

         # Perform rewriting of persistent private resources
         RewriteRule
 ^(_Resources/Persistent/[a-z0-9]+/(.+/)?[a-f0-9]{40})/.+(\..+) $1$3 [L]
 ##################################


 Thanks,
 Suman


More information about the Flow mailing list