Forum Home
|
Marketplace
|
Articles
|
Blogs
|
Interviews
|
Tools
REGISTER
|
SEARCH
|
MEMBERS
|
F.A.Q.
Register Here
Forum Rules
Webmaster-Talk.com
>
Web Administration Talk
>
Website and Server Administration Forum
>
Rewrite root/filename.php to root/filename in .htaccess
Link Back
Thread Tools
Search this Thread
Rewrite root/filename.php to root/filename in .htaccess
10-08-2009, 09:40 AM
#
1
(
permalink
)
Rewrite root/filename.php to root/filename in .htaccess
mastermindsro
Junior Talker
Posts: 2
Trades:
0
Talkupation:
Hello, this is my first post here
I want to rewrite root/filename.php to root/filename in .htaccess
basically I want to have all my php pages in the root folder but when you open them i want to hide the .php extension (somekind of virtual subdir).. How can I do this? Thank You!
When You
Register
, These Ads Go Away!
10-08-2009, 10:24 AM
#
2
(
permalink
)
Re: Rewrite root/filename.php to root/filename in .htaccess
mastermindsro
Junior Talker
Posts: 2
Trades:
0
Talkupation:
Ok, I finally found it after googling some more
So if you want the same thing, just add the following code to .htaccess in root
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php
« Reply to
Rewrite root/filename.php to root/filename in .htaccess
Previous Thread
|
Next Thread
Webmaster-Talk.com
>
Web Administration Talk
>
Website and Server Administration Forum
>
Rewrite root/filename.php to root/filename in .htaccess
Thread Tools
Search this Thread
Show Printable Version
Email this Page
Search this Thread
:
Advanced Search
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
Off
Pingbacks
are
Off
Refbacks
are
Off
Forum Rules
Webmaster Resources Marketplace:
Software Development Company
|
Webhosting.UK.com
|
Text Link Brokers
|
Dedicated Server Hosting
|
Managed Hosting
Feeds:
RSS
JS
XML
Feeds for this forum:
RSS
JS
XML
Mark Forums Read
-
View Forum Leaders
-
Contact Us
-
Webmaster Forum
-
Advertise
-
Archive
-
Privacy Statement
-
Top
LinkBack
LinkBack URL
About LinkBacks
Bookmark & Share
Digg this Thread!
Add Thread to del.icio.us
Bookmark in Technorati
Furl this Thread!
Page generated in
0.09695
seconds with
13
queries