11
dean_collins
Re: change path from /apache2-default/* to /*

btw just for historical accuracy of the lists

you need to remove the last slash entirely, in other words you end up with ' '

I originally thought it would look like this

define('XOOPS_URL', '/apache2-default');
To
define('XOOPS_URL', '/');


but in actuality what you actually need to have it changed from & to is

define('XOOPS_URL', '/apache2-default');
To
define('XOOPS_URL', ' ');



I'm not sure why no one else here told me that but I guess for the next person it will be easier.

Cheers,
Dean

Login

Who's Online

402 user(s) are online (130 user(s) are browsing Support Forums)


Members: 0


Guests: 402


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Aug 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits