如何让PHP为每个用户自动创建子域?并重定向到他们的特定页面

时间:2018-03-08 10:01:14

标签: php .htaccess codeigniter redirect web-hosting

我为每个位置都有单独的页面。网址看起来像(https://www.mintly.in/sales/jobs-coimbatorehttps://www.mintly.in/sales/jobs-chennai)。

现在我想更改网址(https://www.coimbatore.mintly.in/),它应该重定向到结果页面。

使用godaddy域(主域:https://www.mintly.in/)和我的应用程序构建在php codeigniter中。

我不会为每个位置创建子徽标。我尝试过A记录并通过.htaccess重定向。我的代码如下所示。

RewriteCond %{REQUEST_URI} ^coimbatore.mintly.in$ [NC] RewriteRule ^(.*)$ https://www.mintly.in/sales/jobs-coimbatore [R=301,NC,L]

但是没有奏效,帮助我找到实现它的正确方法。提前谢谢。

0 个答案:

没有答案