Rewriting URL with .htaccess local in XAMPP

前端 未结 3 827
心在旅途
心在旅途 2020-12-10 23:19

My .htacces begins with

   RewriteEngine on
   RewriteBase /

(I tried it also without RewriteBase...)

I tried all of the following

3条回答
  •  感情败类
    2020-12-11 00:03

    For your first question, try this:

    RewriteEngine on
    RewriteRule ^/blog$ /index.php?page=news
    

提交回复
热议问题