- Joined
- Mar 19, 2013
- Messages
- 16
- Reaction score
- 0
Hi i need a create .htacess for create url friends for my mucore but idont know my error this is my .htacess
Code:
RewriteEngine On
Options +FollowSymlinks
RewriteBase /mucore/
RewriteCond %{SCRIPT_FILENAME} !d
RewriteCond %{SCRIPT_FILENAME} !f
Rewriterule ^(.*)$ index.php?page_id=$1 [L]