Jump to content

[SOLVED] .htaccess


deansaddigh

Recommended Posts

Hi guys, all i am trying to do is re-write my php pages to look like html pages.

 

i found this code on the internet

Options +FollowSymlinks
RewriteEngine on
RewriteRule ^(.*)\.htm$ $1.php [nc]

i have enabled mod rewrite on my apache server. and saved the .htaccess file in the route of my site.

 

It does absolutley nothing and my http://localhost/index.php stay as http://localhost/index.php

 

ive attached an image to show that my .htaccess file is saved in route

 

 

[attachment deleted by admin]

Link to comment
https://forums.phpfreaks.com/topic/162924-solved-htaccess/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.