Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, i want to change url about-us.php to about-us

Recently i'm using this code in htaccess file
PHP
#RULE 2 ABOUT-US PAGE
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^about-us.php http://t2.mobi-data.co.uk/uk/en/about-us.php [r=302,L]
Posted
Updated 11-Feb-15 22:13pm
v2
Comments
Richard MacCutchan 12-Feb-15 4:13am    
And what is your problem?
M.Awais24 12-Feb-15 4:19am    
When i open about-us page by using this url:http://192.185.93.79/~mobidata/t2/uk/en/about-us.php
it will open and if i open by using this URL: http://192.185.93.79/~mobidata/t2/uk/en/about-us
it goes to 404.
i just want to set url: http://192.185.93.79/~mobidata/t2/uk/en/about-us
Richard MacCutchan 12-Feb-15 4:28am    
Then you need to fix the server side to recognise the URL without the .PHP extension.
M.Awais24 12-Feb-15 4:30am    
Thank you. Can you please explain what steps we need to follow for this. My server is linux based.
Richard MacCutchan 12-Feb-15 4:31am    
Sorry, I have no idea how your server works or handles URL requests.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900