【问题标题】:page before url / change urlurl之前的页面/更改url
【发布时间】:2018-08-23 08:50:01
【问题描述】:

我创建了一个登录网站,我的网址变成了这样

http://localhost/koperasi/index.php/cukl/index


如何使我的网址像...

http://localhost/koperasi/index.php/cukl



因为我想做一个 crud 程序,但我认为我的 url 有问题


**
我以前的程序使用 http://localhost/lee/index.php/buku
所以我的页面可以在 http://localhost/lee/index.php/buku/ubah

上输入 CRUD 但现在我的新程序 url 是 http://localhost/koperasi/index.php/cukl/index

如何以及在哪里更改网址?在控制器中?模型?还是查看?

【问题讨论】:

  • 尝试查看 .htaccess URL 重写。

标签: php codeigniter url


【解决方案1】:

我认为,首先您必须添加一个 htaccess 文件,该文件将删除您 URL 中的 index.php。

在 route.php 文件中,你可以定义一个你想要的新 URL。

像这样。

$route['cukl'] = 'cukl/index';

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-04-10
    • 1970-01-01
    • 2012-06-02
    • 2011-09-16
    相关资源
    最近更新 更多