install on local

Hi

I've a quastion? How can I install Alto on localhost??
I tried but i seen this error every time:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


:|

already i changed config.local.php name and i putted database on that but it doesn't work!

7 комментариев

+1
not installed mod_rewrite
0
what should i do?
0
htaccess? ( altocms.ru/blog/132.html )?
0
htaccess? ( altocms.ru/blog/132.html )?


NO! :) I learned that :D but i don't know why I couldn't install alto on localhost! is here a tutorial??
0
open .htaccess file and change rewrites:
RewriteRule ^(.*)$ ./index.php
# Alternative rule
#RewriteRule ^(.*)$ /index.php

to
#RewriteRule ^(.*)$ ./index.php
# Alternative rule
RewriteRule ^(.*)$ /index.php
0
Hi! What OS are you use? If you work under Windows then I advice to install OpenServer for localhost. You can download one here:
open-server.ru/download.html

I think OpenServer Mini pack is enough for you. And all required components are included in this software

If you have any *nix OS (Debian, Ubuntu, etc) you need to search «how to install nod_rewtite in… (your OS here)»
0
RewriteRule ^(.*)$ ./index.php
# Alternative rule
#RewriteRule ^(.*)$ /index.php

to
#RewriteRule ^(.*)$ ./index.php
# Alternative rule
RewriteRule ^(.*)$ /index.php


It doesn't work still.

Hi! What OS are you use? .....

Hi, I using of windows 7 with WAMPSERVER software.
Только зарегистрированные и авторизованные пользователи могут оставлять комментарии.