lord_spaceman
Expert Member
- Joined
- Jun 6, 2005
- Messages
- 1,470
Hi guys
Please can you help me out. I'm busy modifying my .htaccess file, but not having any luck (me = n00b)
I have a simple website (eg. http://localhost/test/) with various sections (eg. http://localhost/test/services.php, http://localhost/test/about.php) - basically any sections ends in .php
How do I got about simplifying the URL so it just reads http://localhost/test/services (drops the .php part)
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /test/
RewriteRule ^services test/services.php
</IfModule>
# END WordPress
Thanks
Please can you help me out. I'm busy modifying my .htaccess file, but not having any luck (me = n00b)
I have a simple website (eg. http://localhost/test/) with various sections (eg. http://localhost/test/services.php, http://localhost/test/about.php) - basically any sections ends in .php
How do I got about simplifying the URL so it just reads http://localhost/test/services (drops the .php part)
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /test/
RewriteRule ^services test/services.php
</IfModule>
# END WordPress
Thanks