- Creating Concrete5 Themes
- Remo Laubacher
- 223字
- 2021-08-05 18:09:09
Start working with concrete5
Once you have a running concrete5 site, you can log in to your site by clicking on the Sign In to Edit this Site link at the bottom of the page. If you already installed a different theme, you might not find that link, as some people remove it to keep their layout as clean as possible. If that's the case, you can use the following URL, or if that's not working either, the second URL:
http://www.your-site.com/login/
http://www.your-site.com/index.php/login/
Tip
Keeping URLs nice and clean
The two preceding links point to the same page but one has an ugly index.php
in it. That's because all requests are redirected through that file. Luckily, it's not difficult to get rid of that. concrete5 can make use of mod_rewrite
that makes it possible to remove parts of the URL.
In the dashboard, enter pretty
in the little search bar at the top of the page and select the Pretty URLs item. On the screen which appears, check the only checkbox and save the changes. This is shown in the following screenshot:

After you're logged in, you'll see an almost identical view of your site, there's just one major change. Now there's a toolbar at the top, allowing you to access the dashboard as well as the editing options related to the current page:

- 程序員修煉之道:從小工到專家
- 劍破冰山:Oracle開發藝術
- Game Development with Swift
- UDK iOS Game Development Beginner's Guide
- Mastering Machine Learning with R(Second Edition)
- Starling Game Development Essentials
- 大數據架構商業之路:從業務需求到技術方案
- TextMate How-to
- 計算機視覺
- Access數據庫開發從入門到精通
- 數據庫應用系統技術
- 一本書讀懂大數據
- Delphi High Performance
- 碼上行動:利用Python與ChatGPT高效搞定Excel數據分析
- 算力芯片:高性能CPU/GPU/NPU微架構分析