Jump to content

htaccess PHP help


abrahamgarcia27

Recommended Posts

I have the following HTACCESS for my blog

 

RewriteRule    ^blog/?$      index.php?action=blog   [NC,L]
RewriteRule    ^blog/([A-Za-z0-9-]+)/?$      index.php?action=blog&name=$1    [NC,L] -> This is for a category of a blog
 
I want it to pass a  page variable on a url like this for pagination. 
 
is this possible? 
Link to comment
https://forums.phpfreaks.com/topic/284144-htaccess-php-help/
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.