 |
 |
 |
 |
 |
| Author |
Message |
rats
Joined: 29 May 2006 Posts: 44
|
|
New site in portofolio |
|
Hey,
So the latest site I made with cutenews.ru is named Organul (The Organ or something).
It's 100% cutenews.ru and some ajax here and there.
The scripts that I'm using are:
Ajax Tabs Content script
Open offsite links in new window
the first one being a bit tuned-up. Also, I would recommand you guys to use this:
 |  | # Fix trailing slash problem
RewriteRule ^([^\.]+[^/])$ http://www.yoursite.com/$1/ [R=301,L] |
Just place it in your .htaccess. It will fix the endingslash on every link that your site has.
Also, you might see that the "www." are removed from any link of the site. For that I used:
 |  | # Remove www., always.
RewriteCond %{HTTP_HOST} ^www\.organul\.ro$ [NC]
RewriteRule ^(.*)$ http://organul.ro/$1 [R=301,L] |
Also, for you guys who want to have another Directory Index, isntead of index.php, index.htm, index.html, default.asp (etc) you can use in .htaccess:
 |  | DirectoryIndex home.php |
or even
 |  | DirectoryIndex home.php?page=news |
Cheers, and thanks cutenews.ru 
|
|
| Tue Sep 25, 2007 10:51 am |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
 |
 |
 |
|