|
|
|
|
|
|
![]() |
#1 |
Registered User
|
PHP Static?
Ok I read here the other day there is a way to pay PHP pages look static to SE, can anyone point in a direction as to how?
Thanks |
![]() |
![]() |
![]() |
#2 |
You can now put whatever you want in this space :)
Join Date: Sep 2004
Location: Next door to a kid with a moped.
Posts: 1,492
|
__________________
BUY MY PORNSITES! |
![]() |
![]() |
![]() |
#3 |
Registered User
|
Cool thank you.
|
![]() |
![]() |
![]() |
#4 |
You can now put whatever you want in this space :)
|
In case your still wondering, I insert this into my .htaccess file:
# Enable PHP in HTML files RemoveHandler .html .htm AddType application/x-httpd-php .php .htm .html EDIT: Oops, looks like I jumped the gun. I guess you're wondering how to make index.php?pxd=2300&... look like /2300/index.html. For that, I use something like this: RewriteEngine on RewriteRule ^([0-9a-z]*)/([0-9a-z]*)/$ /xxx.php?xid=$1&code=$2 [L]
__________________
Success is going from failure to failure without a loss of enthusiasm. |
![]() |
![]() |
![]() |
#5 |
Registered User
|
Thanks Dude just what I needed.
|
![]() |
![]() |
![]() |
|
|