It shows: 404 Not Found
-------------------------------------------------------------------------------- nginx/0.7.65 On 3月30日, 上午4时19分, yongzhen zhang <[email protected]> wrote: > NameVirtualHost *:80 > > in /etc/apache2/sites-available i made one file istore: > <VirtualHost *:80> > ServerAdmin webmaster@localhost > ServerNamewww.imaboy.cn > ServerAlias shop.imaboy.cn > Alias /static /home/yongzhen/workspace/www/iStore/static > > DocumentRoot /home/yongzhen/workspace/www/iStore > WSGIScriptAlias / /home/yongzhen/workspace/www/apache/ > django.wsgi > > ErrorLog /var/log/apache2/error.log > LogLevel warn > > CustomLog /var/log/apache2/access.log combined > </VirtualHost> > and i $ sudo a2ensite istore and $ sudo a2dissite default > Now the prolem is that when i openwww.imaboy.cn, it said:"The page > can not been found" (404), there is no error in error.log, Everything > seems works fine, but without good result. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

