![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Hi everybody, I'm pretty much a newbie, so excuse me for the stupidity of this question. My hosting company is telling me that they do not allow php mod_rewrite for unspecified security reasons. |
|
I would like to rewrite my urls for obvious SEO reasons. How can I do it in a different way? |
#5
| |||
| |||
|
|
Hi everybody, I'm pretty much a newbie, so excuse me for the stupidity of this question. My hosting company is telling me that they do not allow php mod_rewrite for unspecified security reasons. I would like to rewrite my urls for obvious SEO reasons. How can I do it in a different way? Thanks and Ciao from Italy Fabrizio |
#6
| |||
| |||
|
|
Hi everybody, I'm pretty much a newbie, so excuse me for the stupidity of this question. My hosting company is telling me that they do not allow php mod_rewrite for unspecified security reasons. |
#7
| |||
| |||
|
#8
| |||
| |||
|
|
a major work around is to have your 404 page disect the url string and populate a query with it to pull up the apropriate page - it takes a little longer for your pages to display but works well! mark |
#9
| |||
| |||
|
|
In article 1133631959.765961.147450 (AT) g49g20...oglegroups.com , gamewyrd (AT) gmail (DOT) com says... It seems unlikely but if you're on an Apache server you may be able to do mod_rewrite via an .htaccess file. I might be wrong, since I have never used it, but my impression was that, starting up mod_rewrite also requires that the server must be rebooted(?) |
#10
| |||
| |||
|
|
Antipodean Bucket Farmer <usenet2005 (AT) THE-DOMAIN-IN (DOT) SIG> wrote: In article 1133631959.765961.147450 (AT) g49g20...oglegroups.com , gamewyrd (AT) gmail (DOT) com says... It seems unlikely but if you're on an Apache server you may be able to do mod_rewrite via an .htaccess file. I might be wrong, since I have never used it, but my impression was that, starting up mod_rewrite also requires that the server must be rebooted(?) Not for .htaccess Also if mod_rewrite is not loaded in the httpd.conf, or you're not allowed to turn the RewriteEngine On in .htaccess you really should look for another hosting company ;-) |
![]() |
| Thread Tools | |
| Display Modes | |
| |