|
-
Mar 30th, 2010, 12:26 AM
#1
Thread Starter
Hyperactive Member
Hidden PHP Files
Hi, Im trying to do a CMS intergration for a site. The idea is that after I navigate through the web pages of the site, I will obtain the URL's of the pages that would need editing. However, when connected to the site via FTP, I navigate to the paths of these pages and happen not to find anything at all.
Could someone please explain and tell me how I could get around. Thanks
-
Mar 30th, 2010, 07:08 AM
#2
Re: Hidden PHP Files
 Originally Posted by tendemo
Hi, Im trying to do a CMS intergration for a site. The idea is that after I navigate through the web pages of the site, I will obtain the URL's of the pages that would need editing. However, when connected to the site via FTP, I navigate to the paths of these pages and happen not to find anything at all.
Could someone please explain and tell me how I could get around. Thanks
What do the URLs that you have gathered look like? The server might be setup to change the look of a URL, usually for SEO purposes.
-
Mar 30th, 2010, 08:23 AM
#3
Re: Hidden PHP Files
I'd be looking for some re-write rules in the htaccess file. I used to do this all the time. such that mysite.com/article/2010/03/30/title_goes_here would point to the posting with the slug "title_goes_here" that was posted on March 30, 2010 and the php file that would be responsible for rendering it would be "article.php"
-tg
-
Mar 30th, 2010, 08:23 AM
#4
Re: Hidden PHP Files
which content management system are you using in the first place? generally, most of the content is stored in a database and only cached on the filesystem -- if this is the case, you'd need to login to the control panel of the CMS to make any changes.
-
Mar 30th, 2010, 12:30 PM
#5
Thread Starter
Hyperactive Member
Re: Hidden PHP Files
 Originally Posted by techgnome
I'd be looking for some re-write rules in the htaccess file. I used to do this all the time. such that mysite.com/article/2010/03/30/title_goes_here would point to the posting with the slug "title_goes_here" that was posted on March 30, 2010 and the php file that would be responsible for rendering it would be "article.php"
-tg
I think this approach would be a little closer to what I'm after. I will have a look at the htaccess file and if there are any handy Tutorials around please let me know. Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|