asked on
ASKER
ASKER
[Fri Jul 17 22:48:35.072132 2015] [core:alert] [pid 32062] [client 82.38.158.235:65201] /home/dwasep/public_html/.htaccess: RewriteRule: cannot compile regular expression '^/?(product|ecategory|manu)/([^\\/]+)/(.+?)\\.html)$'
FROM... TO...
/product/{Category-Name}/{URL}.html /{URL}.html
/ecategory/{Category-ID}/{URL}.html /{URL}.html
/manu/{URL}.html /{URL}.html
It looks like what you need to do is simply eliminate these components from the original paths?/product/{Category-Name}
/ecategory/{Category-ID}
/manu
This would seem to imply that there will never be a collision on any subset of the existing /product, /ecategory or /manu paths, right?
ASKER
PHP is a widely-used server-side scripting language especially suited for web development, powering tens of millions of sites from Facebook to personal WordPress blogs. PHP is often paired with the MySQL relational database, but includes support for most other mainstream databases. By utilizing different Server APIs, PHP can work on many different web servers as a server-side scripting language.
TRUSTED BY
Open in new window