小编acr*_*cre的帖子

.htaccess没有使用XAMPP在localhost上工作

即时通讯使用XAMPP但我无法在本地主机上使用.htaccess文件.我尝试了这么多次..在线工作不错.但本地主机显示[在此服务器上找不到请求的URL]

我的根文件夹是真实的

localhost/acre/real/property_available.php
localhost/acre/real/properties


<IfModule mod_rewrite.c>
 RewriteEngine On
 RewriteBase /acre/real/
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteRule ^properties$ /property_available.php/$1 [NC,QSA]
</IfModule>
Run Code Online (Sandbox Code Playgroud)

.htaccess mod-rewrite localhost url-rewriting

17
推荐指数
4
解决办法
11万
查看次数

标签 统计

.htaccess ×1

localhost ×1

mod-rewrite ×1

url-rewriting ×1