开发者

How to enable mod_rewrite in php.ini on shared hosting

开发者 https://www.devze.com 2023-04-04 08:27 出处:网络
I recently hosted my website in shared hosting the sites mod_rewrite is not working. I there anything I have to add in php.ini file to enable the mod_rewrite option in php.ini f开发者_如何学JAVAile. Y

I recently hosted my website in shared hosting the sites mod_rewrite is not working. I there anything I have to add in php.ini file to enable the mod_rewrite option in php.ini f开发者_如何学JAVAile.


You can in your

<VirtualHost *:80> RewriteEngine On</VirtualHost>

in your httpd.conf

0

精彩评论

暂无评论...
验证码 换一张
取 消