MyBB Community Forums

Full Version: Guys I Need Help Quick
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
ok i tried changing my site url it was www.optictechforum.comuf.com i tried to change it to just .com and it did this and wont let me access admin cp i need help fixing http://gyazo.com/590d6eb9d955944d34f16f4250399b2d
guys please help
HELPPPPP PLEASEEEEE
Your URL settings are incorrect, that's why global.css is pointing to;
http://optictechforum.com/cache/themes/t...global.css

However correct URL is;
http://optictechforum.comuf.com/cache/th...global.css

Did you edited ./inc/settings.php file for changing URL or just edited in Admin CP ?
(2011-07-25, 06:20 AM)Yaldaram Wrote: [ -> ]Your URL settings are incorrect, that's why global.css is pointing to;
http://optictechforum.com/cache/themes/t...global.css

However correct URL is;
http://optictechforum.comuf.com/cache/th...global.css

Did you edited ./inc/settings.php file for changing URL or just edited in Admin CP ?

i edited in admin cp
Open ./inc/settings.php file and find;
$settings['bburl'] = "http://optictechforum.comuf.com";
and Add your correct URL like this;
$settings['bburl'] = "http://optictechforum.com";
(2011-07-25, 06:36 AM)Yaldaram Wrote: [ -> ]Open ./inc/settings.php file and find;
$settings['bburl'] = "http://optictechforum.comuf.com";
and Add your correct URL like this;
$settings['bburl'] = "http://optictechforum.com";
How Do I Open ./inc/settings.php
Go to: CPanel > File Manager > public_html directory > inc > and open settings.php file.
(2011-07-25, 06:57 AM)Yaldaram Wrote: [ -> ]Go to: CPanel > File Manager > public_html directory > inc > and open settings.php file.

From The site ???? i cant do anything on the site right now
If you've access to your CPanel (from where you've uploaded your mybb files/folders) then you may access to the settings.php file from the above post.
(2011-07-25, 07:00 AM)Yaldaram Wrote: [ -> ]If you've access to your CPanel (from where you've uploaded your mybb files/folders) then you may access to the settings.php file from the above post.

what are you talking about cpannel
How you've uploaded your files when you first install-ed MyBB ?
Pages: 1 2