PDA

View Full Version : Category File


Sharr76
08-12-2005, 11:33 PM
Can someone tell me where I can find the "category/sub category" file. :?:

ilushkin
08-12-2005, 11:37 PM
check phpmyadmin for your database file in CPanel. I believe that's what u need.

David
08-12-2005, 11:42 PM
I think you are trying to find for example...
yourdirectory.com/category1/

You have mod rewrite turned on. Keep in mind all the pages are generated by a script using php and the smarty template system. It is not a problem to edit pages on your site, but the strategy is a little different that opening up and html page.

Can you tell us more about what you are hoping to accomplish?

Sharr76
08-13-2005, 10:14 AM
I just wondered where they where kept thats all. :wink:

David
08-13-2005, 02:31 PM
So you understand now, that they don't actually exist. They are simply output by the script.

Ap0s7le
08-13-2005, 08:43 PM
It's a module by Apache.

You can read about it here.
http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html

later

-Casey