I don't believe I got this right... Someone please check me on this. The problem I'm having is that in the root directory of my site I created a folder named 'Graphic_Logo_Design_Artist_Gallery'. Inside this there is an '.htaccess' file containing the following:
Need APACHE SEF help SOLVED MUST READ
6
I don't believe I got this right... Someone please check me on this.
The problem I'm having is that in the root directory of my site I created a folder named 'Graphic_Logo_Design_Artist_Gallery'. Inside this there is an '.htaccess' file containing the following:
<Files category>
*ForceType application/x-httpd-php
</Files>
Am I wrong in assuming that if I now create a file named 'category' without the '.php' extension at the end and that file simply contains:
<?php
include('category.php');
?>
Should I not be able to access the content on 'category.php' simply by going to the following link?:
http://www.mysite.com/Graphic_Logo_D...llery/category
The problem I'm having is that in the root directory of my site I created a folder named 'Graphic_Logo_Design_Artist_Gallery'. Inside this there is an '.htaccess' file containing the following:
<Files category>
*ForceType application/x-httpd-php
</Files>
Am I wrong in assuming that if I now create a file named 'category' without the '.php' extension at the end and that file simply contains:
<?php
include('category.php');
?>
Should I not be able to access the content on 'category.php' simply by going to the following link?:
http://www.mysite.com/Graphic_Logo_D...llery/category
- SteveSRS
- [ 1 ] Thanks
- [1] reply
- PHPSpaZ
- [1] reply
- SteveSRS
Next Topics on Trending Feed
-
6