Welcome to Egypt Forums Mark forums read | Egypt Main Page
Egypt Forums
Arabic Movies



Web Technology Web Design Tools Photoshop,Dreamweaver,Flash,Etc.Tutorials , References , Examples.

Web Technology Thread, Htaccess file to redirect to php page in Programming , WebDesign & Development; I want to be able to go to www.mysite.com/webpage and it load webpage.php or webpage.html (whichever the file is). The ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=26854


Reply
LinkBack Thread Tools Display Modes
Htaccess file to redirect to php page
 
 
Senior Member

Reply With Quote
 
Join Date: Dec 2008
Posts: 18,122
08-02-2009, 11:21 PM
 
I want to be able to go to www.mysite.com/webpage and it load webpage.php or webpage.html (whichever the file is). The htaccess file currently has Code: --------- RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond...

I want to be able to go to www.mysite.com/webpage and it load webpage.php or webpage.html (whichever the file is). The htaccess file currently has
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ $1.html [L,QSA]
in it but when I added the php version
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ $1.php [L,QSA]
of that underneath it, it did not allow the php file to be brought up.
 
 
 
Reply

Web Technology Thread, Htaccess file to redirect to php page in Programming , WebDesign & Development; I want to be able to go to www.mysite.com/webpage and it load webpage.php or webpage.html (whichever the file is). The ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=26854


Bookmarks

Tags
file, htaccess, page, php, redirect


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump