Jump to content

PHP Sessions?


perezf

Recommended Posts

RewriteEngine on
RewriteCond %{HTTP_HOST} !^www.your_domain.com$
RewriteRule ^(.*)$ http://www.your_domain.com/$1 [R=301]

 

http://www.google.com/search?hl=en&q=htacces+force+www&btnG=Google+Search First result.

 

yup, that's how I found it. Sorry about forgetting the code boxes.  :)

Link to comment
https://forums.phpfreaks.com/topic/136080-php-sessions/#findComment-709763
Share on other sites

Thanks everyone for the help,

Do you guys also know how to do 301 redirects in Htaccess

 

for instance im trying to redirect all my old pages to the new pages

 

so if someone was to goto domainname.com/oldpage.html it would redirect them to domainname.com/newpage.html

Link to comment
https://forums.phpfreaks.com/topic/136080-php-sessions/#findComment-709834
Share on other sites

Thanks everyone for the help,

Do you guys also know how to do 301 redirects in Htaccess

 

for instance im trying to redirect all my old pages to the new pages

 

so if someone was to goto domainname.com/oldpage.html it would redirect them to domainname.com/newpage.html

 

Google does wonders

 

http://www.google.com/search?hl=en&q=301+redirect+htaccess&btnG=Google+Search

Link to comment
https://forums.phpfreaks.com/topic/136080-php-sessions/#findComment-709840
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.