polkovnika2 Posted April 15, 2017 Share Posted April 15, 2017 Changing URL in IPS 4 Hello I apologize for my bad English. Does anyone know how to edit URL in IPS 4.I want to add (www)http://xbox360-bg.net/forum/ tohttp://www.xbox360-bg.net/forum/I edited file global_config.php but does not load any page. Link to comment Share on other sites More sharing options...
0 Cookie Monster Posted April 15, 2017 Share Posted April 15, 2017 Hi there @polkovnika2 Remove the edit you did in global_config (so restore it to how it was) Open .htaccess (if its not there create it) just remember the dot first. Fill it with this code. <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /404error.php [L,NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> Next step. This depends on your host, but you need to make sure you have a CNAME that has www into it, without that then it wont work. After that try add www.yoururl.com in the config_global.php Please note that if you are unsure about the Cname and want help i would need to know what host you have and if you are using Cpanel or Plesk 1 Liked what i posted remember to feed me a cookie ->Or you can add a cookie to my Link to comment Share on other sites More sharing options...
0 polkovnika2 Posted April 15, 2017 Author Share Posted April 15, 2017 @Cookie Monster Hello, thank you for your help.I tested what you wrote but did not work. I use my server on Ubuntu server. Link to comment Share on other sites More sharing options...
0 Cookie Monster Posted April 15, 2017 Share Posted April 15, 2017 3 hours ago, polkovnika2 said: @Cookie Monster Hello, thank you for your help.I tested what you wrote but did not work. I use my server on Ubuntu server. Is it your own server etc? Where did you buy the domain from. 1 Liked what i posted remember to feed me a cookie ->Or you can add a cookie to my Link to comment Share on other sites More sharing options...
0 polkovnika2 Posted April 15, 2017 Author Share Posted April 15, 2017 Yes. I use my own server. domain I bought it from the site https://en.superhosting.bg/ I redirected domain to IP on server. Link to comment Share on other sites More sharing options...
0 Cookie Monster Posted April 15, 2017 Share Posted April 15, 2017 Then you need to setup a cname in their site and point it to your server. 1 Liked what i posted remember to feed me a cookie ->Or you can add a cookie to my Link to comment Share on other sites More sharing options...
0 polkovnika2 Posted April 15, 2017 Author Share Posted April 15, 2017 Hello I do not think this is the problem.I have one domain and the third site to it, 2 of them are wordpress and i easily add the www. Link to comment Share on other sites More sharing options...
0 Cookie Monster Posted April 15, 2017 Share Posted April 15, 2017 5 minutes ago, polkovnika2 said: Hello I do not think this is the problem.I have one domain and the third site to it, 2 of them are wordpress and i easily add the www. Well if you add www. to the config_global what error do you get when you try reach the site ? 1 Liked what i posted remember to feed me a cookie ->Or you can add a cookie to my Link to comment Share on other sites More sharing options...
0 polkovnika2 Posted April 15, 2017 Author Share Posted April 15, 2017 Loading only the first page, and any other page will not load.I saw where I was error, I added www but forgot to put and (S) httpS.Now I only need to fix the problem with icons, not showing icons of the topic, and in admin panel also no icons. Link to comment Share on other sites More sharing options...
0 Cookie Monster Posted April 15, 2017 Share Posted April 15, 2017 This should fix your SSL problem possible. Mixed content makes it be broken. But if you changed it i would suggest do a clear bad chage from support in AdminCP to fix broken icons 1 Liked what i posted remember to feed me a cookie ->Or you can add a cookie to my Link to comment Share on other sites More sharing options...
0 polkovnika2 Posted April 15, 2017 Author Share Posted April 15, 2017 (edited) I tested SSL Image Proxy but does not work for me. You know another way to get fixed icons. PS: I use IPS4 4.1.19.2 Edited April 15, 2017 by polkovnika2 Link to comment Share on other sites More sharing options...
0 Cookie Monster Posted April 15, 2017 Share Posted April 15, 2017 2 minutes ago, polkovnika2 said: I tested SSL Image Proxy but does not work for me. You know another way to get fixed icons. PS: I use IPS4 4.1.19.2 If you want you can PM me a temp admin user and the URL and i can take a quick look into the code and report back 1 Liked what i posted remember to feed me a cookie ->Or you can add a cookie to my Link to comment Share on other sites More sharing options...
0 polkovnika2 Posted April 15, 2017 Author Share Posted April 15, 2017 I managed to fix the problem that was at the theme that I used.@Cookie Monster thank you! 1 Link to comment Share on other sites More sharing options...
0 Administrator Tony Posted April 16, 2017 Administrator Share Posted April 16, 2017 The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
polkovnika2
Hello I apologize for my bad English.
Does anyone know how to edit URL in IPS 4.
I want to add (www)
http://xbox360-bg.net/forum/
to
http://www.xbox360-bg.net/forum/
I edited file global_config.php but does not load any page.
Link to comment
Share on other sites
13 answers to this question
Recommended Posts