>From what you described, it sounds like you're just missing your
rewrite rules. See:

http://framework.zend.com/manual/en/project-structure.rewrite.html

On Sun, Nov 29, 2009 at 4:10 PM, Jigal sanders <[email protected]> wrote:
> Well,
>
> my first problem is that it gets to my webroot but when I click on a link,
> it doesn't follow my controller and action. I rather get an error:
>
> The requested URL /authentication/login was not found on this server.
>
> the whole structure is exactly coppied to my project on ubuntu.
>
> can it be something in my vhost config?
>
> <VirtualHost *:80>
>     ServerAdmin [email protected]
>
>     DocumentRoot /var/www/nrka/public/
>     ServerName nrka
>     <Directory /var/www/nrka/public/>
>         Options Indexes FollowSymLinks MultiViews
>         AllowOverride None
>         Order allow,deny
>         allow from all
>     </Directory>
>     ##ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
>     ##<Directory "/usr/lib/cgi-bin">
>     ##    AllowOverride None
>     ##    Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
>     ##    Order allow,deny
>     ##    Allow from all
>     ##</Directory>
>
>     ErrorLog /var/log/apache2/error.log
>
>     # Possible values include: debug, info, notice, warn, error, crit,
>     # alert, emerg.
>     LogLevel warn
>
>     CustomLog /var/log/apache2/access.log combined
>
>     Alias /doc/ "/usr/share/doc/"
>     <Directory "/usr/share/doc/">
>         Options Indexes MultiViews FollowSymLinks
>         AllowOverride None
>         Order deny,allow
>         Deny from all
>         Allow from 127.0.0.0/255.0.0.0 ::1/128
>     </Directory>
>
> </VirtualHost>
>
>
>
>
> On Sun, Nov 29, 2009 at 6:26 PM, Bradley Holt <[email protected]>
> wrote:
>>
>> If you can provide more detail about what doesn't work (error
>> messages, etc.) then you will probably be more likely to get some
>> helpful responses. ZF applications (like PHP applications in general)
>> are usually portable between platforms with little or no work. It's
>> possible that you're taking advantage of some platform specific
>> feature but it's more likely that you don't have a required extension
>> installed or that it's simply a configuration issue. The ZF
>> documentation has a list of required extensions and what components
>> use those extensions:
>>
>> http://framework.zend.com/manual/en/requirements.html
>>
>> On Sun, Nov 29, 2009 at 11:50 AM, W Itch
>> <[email protected]> wrote:
>> > Hi, has anyone ported ZF project from Windows Vista to Linux Debian
>> > before?
>> > The ZF project which I worked on was fully functional on Vista but
>> > when I moved it to my Debian machine then nothing works anymore.
>> >
>> > Can you tell me what the most common things I should take care is
>> > about in general, when porting ZF code from one platform to another?
>> >
>>
>> --
>> Bradley Holt
>> [email protected]
>
>
>
> --
> Met vriendelijke groet,
>
> Jigal Sanders
> A.J. Ernststraat 739
> 1082 LK Amsterdam
> Mobiel: 06-42111489
>

-- 
Bradley Holt
[email protected]

Reply via email to