Okay, this is my quandry -
I spent over a year overseas and maintained an online diary during this time. The entire website was my own creation so I wrote the code from scratch - no templates.
Now that my travels are over and I need to use the domain name for something else (a portfolio), is there a way of burning all the files onto a CD and viewing it offline?
This is the rub - the headers, footers, menus etc. are all php and because I'm simple and got confused with php, my .htaccess files contains:
I should point out that the website if an add-on domain hence its root being [subdomain].
I hope I've been clear enough.
I spent over a year overseas and maintained an online diary during this time. The entire website was my own creation so I wrote the code from scratch - no templates.
Now that my travels are over and I need to use the domain name for something else (a portfolio), is there a way of burning all the files onto a CD and viewing it offline?
This is the rub - the headers, footers, menus etc. are all php and because I'm simple and got confused with php, my .htaccess files contains:
Code:
php_value include_path ".:/home/[root]/public_html/[subdomain]/"
I should point out that the website if an add-on domain hence its root being [subdomain].
I hope I've been clear enough.