Quantcast
Channel: Forum Pasja Informatyki - Najnowsze pytania bez odpowiedzi
Viewing all articles
Browse latest Browse all 21942

htaccess file RewriteRule nie działa tak jak powinno

$
0
0

Chce otrzymać url: http://localhost/blog-php/public/admin/addpost

Zastosowana reguła:

RewriteCond %{HTTP_HOST} ^localhost
RewriteRule ^blog-php/public/admin/(.*) /blog-php/public/admin/index.php?page=$1 [P] 

 

Ktoś wie gdzie znajduje się błąd?

Proszę o pomoc.


Viewing all articles
Browse latest Browse all 21942