Jump to content

Changen url with PHP


johnmccc

Recommended Posts

Hi, I want to change the url with PHP, if this is possible

(Let's suppose we don't have to watch if we are in a folder or not)

 

For example my current url is:

http://www.domain.com/php

And I want to change it with PHP into:

http://www.domain.com/php/

 

On a very simple way the PHP would look like this (but oufcourse it will not work):

$_SERVER = $_SERVER + "/";

Link to comment
https://forums.phpfreaks.com/topic/192446-changen-url-with-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.