PDA

View Full Version : Broken!


Razta
11-22-2014, 07:05 PM
Greetings,

After upgrading to the latest vBulletin 5.1.4, I'm able to access /core/admincp just fine with, however the main site seem to be..... broken?

http://Razta.org

Thanks,

Dave
11-22-2014, 07:07 PM
The file css.php doesn't exist on your forum, are you sure you uploaded all of the files correctly?

Razta
11-22-2014, 07:19 PM
The file css.php doesn't exist on your forum, are you sure you uploaded all of the files correctly?

This is what came with the download.

https://vborg.vbsupport.ru/external/2014/11/11.png

Seven Skins
11-22-2014, 08:12 PM
Look in the "core" folder to see if css.php file exist.

Lynne
11-22-2014, 09:34 PM
You didn't upload the (necessary!) .htaccess file. Once you do, your admincp will show up at /admincp (versus /core/admincp).

Razta
11-23-2014, 12:51 AM
Look in the "core" folder to see if css.php file exist.

Same thing! Pasted a copy of css.php from /core into the main root

You didn't upload the (necessary!) .htaccess file. Once you do, your admincp will show up at /admincp (versus /core/admincp).

.htaccess is uploaded

Lynne
11-23-2014, 05:56 PM
It looks like you took down the site. But, if your .htaccess was uploaded, then either you don't have mod_rewrite enabled on the server, or you have AllowOverride set to None instead of All which means it won't 'read' your .htaccess file.

Razta
11-24-2014, 09:39 PM
Issue solved, I feel so stupid for not noticing the htaccess.txt lol

Renamed to .htaccess

Lynne
11-25-2014, 05:14 PM
Glad you figured out the issue.