.htaccess RewriteRule Problem

Status
Not open for further replies.

ehunt0_f

New Member
Messages
16
Reaction score
0
Points
0
My Domain : www.gaurang.pcriot.com
I am having problem with rewrite rule which is not working properly.

The .htaccess file content is as below :

RewriteEngine on
RewriteRule home index.php
RewriteRule portfolio portfolio.php
RewriteRule contact contact.php

And now if I try to access the page : http://gaurang.pcriot.com/home
I am getting error "500 Internal Server Error"

Please guide me what should I do ?
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
Use this code in .htaccess
PHP:
RewriteEngine on
RewriteBase /
RewriteRule home index.php
RewriteRule portfolio portfolio.php
RewriteRule contact contact.php
 

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
Problem solved.
******* Thread Closed ********
 
Status
Not open for further replies.
Top