apache - Joomla Akeeba/Kickstart strange "ajax"? behaviour (error 403) -


i want restore joomla! 3.0 site akeeba backup taken computer (localhost) online web server. have used many versions of kickstart giving same problem. latest have used 4.1.

i upload kickstart files .jpa file (via ftp) server. permissions 744.

the problem kickstart screen appears , when press start continues error:

an error occurred

ajax loading error http status: 403 (forbidden) internal status: error xhr readystate: undefined raw server response:

forbidden

you don't have permission access /kickstart.php on server.

additionally, 404 not found error encountered while trying use errordocument handle request.

but kickstart.php accessed , used start procedure! can see in firebug file accessed twice before error occurs. firebug screenshot

edit: must inform removed .htaccess file wouldn't have concerns cause of issue.

the best answer give you need change permissions 755:

chmod 755 /var/www/yourserver.com/public_html 

and own files

chown -r apache:apache /var/www/yourserver.com/public_html 

Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -