Htaccess配置从子文件夹而不是root开始

时间:2017-12-20 04:40:53

标签: php .htaccess

我有一个网站www.domain.com,我为它构建了我的mvc框架。 .htaccess文件内容如下:

Options -Indexes

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule ^(.+) index.php?url=$l [QSA,L]

它使我能够像www.domain.com/home/index/一样正确导航,但我需要重新配置它以从www.domain.com/site而不是domain.com的末尾读取? ! 有什么帮助吗?

1 个答案:

答案 0 :(得分:0)

添加此行:

int(train_size / batch_size)

,它将重定向到公用文件夹,或将单词更改为所需的任何路径。