نقل قول نوشته اصلی توسط arDEmbOt نمایش پست ها
نحوه فعال کردن mod_rewrite در wamp , xamp

Enable mod_rewrite in windows , WAMP, XAMPP | PHP Tutorials
ممنونم

میشه این قسمت رو بیشتر توضیح بدید ؟
کد PHP:

3
Find the line with DocumentRoot “C:/path/to/my/root”There you will find contents like
 
<Directory>
 </
Directory>
 
Make sure the content inside these two braces looks like
 
<Directory>
 
Options All
 AllowOverride All
 
</Directory>
 
4All done now restart the Apache server and you will be all good to go